[pkg-boost-commits] r14241 - boost/trunk/debian
cavok at alioth.debian.org
cavok at alioth.debian.org
Tue Jun 10 16:00:31 UTC 2008
Author: cavok
Date: 2008-06-10 16:00:30 +0000 (Tue, 10 Jun 2008)
New Revision: 14241
Modified:
boost/trunk/debian/changelog
boost/trunk/debian/rules
Log:
enjoy linux SMP!
Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog 2008-06-01 15:07:26 UTC (rev 14240)
+++ boost/trunk/debian/changelog 2008-06-10 16:00:30 UTC (rev 14241)
@@ -1,10 +1,14 @@
boost1.35 (1.35.0-6) unstable; urgency=low
+ [ Steve M. Robbins ]
* debian/patches/test-child-exit-t1723.patch: New. Ignore child process
if return status is zero (normal); fix for Boost ticket 1723.
- -- Steve M. Robbins <smr at debian.org> Sun, 01 Jun 2008 10:06:55 -0500
+ [ Domenico Andreoli ]
+ * debian/rules: perform parallel builds as per $DEB_BUILD_OPTIONS
+ -- Domenico Andreoli <cavok at debian.org> Tue, 10 Jun 2008 17:41:35 +0200
+
boost1.35 (1.35.0-5) unstable; urgency=low
* debian/rules: Build using -DBOOST_SP_USE_PTHREADS for armel.
Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules 2008-06-01 15:07:26 UTC (rev 14240)
+++ boost/trunk/debian/rules 2008-06-10 16:00:30 UTC (rev 14241)
@@ -8,7 +8,9 @@
include /usr/share/quilt/quilt.make
# set the number of build jobs
-#JOBS = -j2
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+ JOBS := -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+endif
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
More information about the pkg-boost-commits
mailing list