Author: tabish
Date: Tue Apr 12 13:58:49 2011
New Revision: 1091417
URL: http://svn.apache.org/viewvc?rev=1091417&view=rev
Log:
Add jobs arg to make command
Modified:
activemq/activemq-cpp/branches/activemq-cpp-3.3.x/activemq-cpp/build.sh
Modified:
activemq/activemq-cpp/branches/activemq-cpp-3.3.x/activemq-cpp/build.sh
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-3.3.x/activemq-cpp/build.sh?rev=1091417&r1=1091416&r2=1091417&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/activemq-cpp-3.3.x/activemq-cpp/build.sh
(original)
+++ activemq/activemq-cpp/branches/activemq-cpp-3.3.x/activemq-cpp/build.sh Tue
Apr 12 13:58:49 2011
@@ -122,7 +122,7 @@ run_Clean() {
run_Make() {
check_Configure
pushd $AMQCPP_BUILD_DIR
- make
+ make -j 4
popd
exit
}