Author: aurel32
Date: 2006-05-19 05:40:49 +0000 (Fri, 19 May 2006)
New Revision: 1492
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/rules.d/build.mk
Log:
* Don't run make install with -j, as it is not SMP safe.
Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog 2006-05-18 17:57:10 UTC (rev
1491)
+++ glibc-package/trunk/debian/changelog 2006-05-19 05:40:49 UTC (rev
1492)
@@ -1,6 +1,6 @@
-glibc (2.3.6-9) UNRELEASED; urgency=low
+glibc (2.3.6-9) unstable; urgency=low
- *
+ * Don't run make install with -j, as it is not SMP safe.
-- Aurelien Jarno <[EMAIL PROTECTED]> Thu, 18 May 2006 17:54:39 +0000
Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk 2006-05-18 17:57:10 UTC (rev
1491)
+++ glibc-package/trunk/debian/rules.d/build.mk 2006-05-19 05:40:49 UTC (rev
1492)
@@ -104,7 +104,7 @@
$(stamp)install_%: $(stamp)check_%
@echo Installing $(curpass)
rm -rf $(CURDIR)/debian/tmp-$(curpass)
- $(MAKE) -C $(DEB_BUILDDIR) -j $(NJOBS) \
+ $(MAKE) -C $(DEB_BUILDDIR) \
install_root=$(CURDIR)/debian/tmp-$(curpass) install
if [ $(curpass) = libc ]; then \
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]