[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1965 - glibc-package/branches/glibc-2.5/debian/rules.d



Author: aurel32
Date: 2007-02-08 22:52:45 +0100 (Thu, 08 Feb 2007)
New Revision: 1965

Modified:
   glibc-package/branches/glibc-2.5/debian/rules.d/debhelper.mk
Log:
Partly revert reversion 1940, it breaks the build


Modified: glibc-package/branches/glibc-2.5/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/branches/glibc-2.5/debian/rules.d/debhelper.mk	2007-02-08 21:36:18 UTC (rev 1964)
+++ glibc-package/branches/glibc-2.5/debian/rules.d/debhelper.mk	2007-02-08 21:52:45 UTC (rev 1965)
@@ -165,7 +165,8 @@
 
 	touch $@
 
-OPT_DIRS = $(foreach pass,$(GLIBC_PASSES),$($(pass)_slibdir) $($(pass)_libdir))
+OPT_PASSES = $(filter-out libc, $(GLIBC_PASSES))
+OPT_DIRS = $(foreach pass,$(OPT_PASSES),$($(pass)_slibdir) $($(pass)_libdir))
 
 debhelper: $(stamp)debhelper
 $(stamp)debhelper:
@@ -204,7 +205,7 @@
 	# libraries.  Also generate a -dev.  Other libraries get scripts
 	# to temporarily disable hwcap.  This needs some cleaning up.
 	set -- $(OPT_DIRS); \
-	for x in $(GLIBC_PASSES); do \
+	for x in $(OPT_PASSES); do \
 	  slibdir=$$1; \
 	  shift; \
 	  case $$slibdir in \



Reply to: