[pkg-boost-commits] r14128 - boost/trunk/debian

cavok at alioth.debian.org cavok at alioth.debian.org
Wed Oct 3 16:46:28 UTC 2007


Author: cavok
Date: 2007-10-03 16:46:27 +0000 (Wed, 03 Oct 2007)
New Revision: 14128

Modified:
   boost/trunk/debian/rules
Log:
getting ready for multi-core builds

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2007-10-03 16:07:02 UTC (rev 14127)
+++ boost/trunk/debian/rules	2007-10-03 16:46:27 UTC (rev 14128)
@@ -6,6 +6,9 @@
 export DH_OPTIONS
 export CC
 
+# set the number of build jobs
+#JOBS = -j2
+
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
 # Boost does not guarantee any ABI, it uses the full version in SONAME
@@ -79,7 +82,7 @@
 pyste_prefix = $(PWD)/debian/pyste/usr
 bjam = $(shell pwd)/tools/jam/src/bjam
 
-JAM = $(bjam) -d2 --user-config=$(shell pwd)/user-config.jam -sHAVE_ICU=1
+JAM = $(bjam) $(JOBS) -d2 --user-config=$(shell pwd)/user-config.jam -sHAVE_ICU=1
 
 # BJAM segfaults if built with GCC 4.2, so build with GCC 4.1 to avoid problems.
 # See 367825 for a proper fix.




More information about the pkg-boost-commits mailing list