[Glibc-bsd-commits] r5430 - trunk/freebsd-utils/debian

rmh at alioth.debian.org rmh at alioth.debian.org
Mon Feb 17 15:47:12 UTC 2014


Author: rmh
Date: 2014-02-17 15:47:12 +0000 (Mon, 17 Feb 2014)
New Revision: 5430

Modified:
   trunk/freebsd-utils/debian/changelog
   trunk/freebsd-utils/debian/rules
Log:
Disable parallel builds until switch to bmake (for some reason DPSRCS in kdump is ignored by fmake).

Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog	2014-02-15 16:08:15 UTC (rev 5429)
+++ trunk/freebsd-utils/debian/changelog	2014-02-17 15:47:12 UTC (rev 5430)
@@ -3,6 +3,8 @@
   * Add 'sysctl -p' support. Replace /sbin/sysctl wrapper script with
     actual binary.
   * Add /usr/{bin,sbin} to devd PATH (needed for /usr/bin/logger).
+  * Disable parallel builds until switch to bmake (for some reason
+    DPSRCS in kdump is ignored by fmake).
 
  -- Robert Millan <rmh at debian.org>  Wed, 05 Feb 2014 22:09:43 +0100
 

Modified: trunk/freebsd-utils/debian/rules
===================================================================
--- trunk/freebsd-utils/debian/rules	2014-02-15 16:08:15 UTC (rev 5429)
+++ trunk/freebsd-utils/debian/rules	2014-02-17 15:47:12 UTC (rev 5430)
@@ -26,7 +26,7 @@
 	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 
 	# Do not mess with MAKEFLAGS until we transfer control to BSD make (see below)
-	BSD_MAKEFLAGS += -j$(NUMJOBS)
+#	BSD_MAKEFLAGS += -j$(NUMJOBS)
 endif
 
 full_version	:= $(shell dpkg-parsechangelog | grep ^Version: | sed -e 's/^.*: //g')




More information about the Glibc-bsd-commits mailing list