parallel makes

Esse commit está contido em:
Paul Tarjan
2014-01-28 19:50:23 -08:00
commit c4499f273d
+4 -4
Ver Arquivo
@@ -88,7 +88,7 @@ git checkout release-1.4.14b-stable
cat ../hphp/third_party/libevent-1.4.14.fb-changes.diff | patch -p1 cat ../hphp/third_party/libevent-1.4.14.fb-changes.diff | patch -p1
./autogen.sh ./autogen.sh
./configure --prefix=$CMAKE_PREFIX_PATH ./configure --prefix=$CMAKE_PREFIX_PATH
make make -j $CPUS
make install make install
cd .. cd ..
@@ -96,14 +96,14 @@ cd ..
cd curl cd curl
./buildconf ./buildconf
./configure --prefix=$CMAKE_PREFIX_PATH ./configure --prefix=$CMAKE_PREFIX_PATH
make make -j $CPUS
make install make install
cd .. cd ..
# glog # glog
cd google-glog cd google-glog
./configure --prefix=$CMAKE_PREFIX_PATH ./configure --prefix=$CMAKE_PREFIX_PATH
make make -j $CPUS
make install make install
cd .. cd ..
@@ -111,7 +111,7 @@ cd ..
tar xjvf jemalloc-3.0.0.tar.bz2 tar xjvf jemalloc-3.0.0.tar.bz2
cd jemalloc-3.0.0 cd jemalloc-3.0.0
./configure --prefix=$CMAKE_PREFIX_PATH ./configure --prefix=$CMAKE_PREFIX_PATH
make make -j $CPUS
make install make install
cd .. cd ..