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

r6562 - in glibc-package/branches/glibc-2.21/debian: . rules.d



Author: aurel32
Date: 2015-09-10 15:57:23 +0000 (Thu, 10 Sep 2015)
New Revision: 6562

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/rules.d/build.mk
Log:
rules.d/build.mk: don't require flavours to be tested before being
installed. They are still tested when calling the build-arch or
binary-arch targets, but not anymore when calling the build-indep or
binary-indep targets.    

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-09-10 15:29:11 UTC (rev 6561)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-09-10 15:57:23 UTC (rev 6562)
@@ -52,6 +52,10 @@
     failing under the run-conformtest.out, but they have been lost during
     the conversion to the new format.
   * testsuite-checking/compare.sh: reenable failures in case of regressions.
+  * rules.d/build.mk: don't require flavours to be tested before being
+    installed. They are still tested when calling the build-arch or
+    binary-arch targets, but not anymore when calling the build-indep or
+    binary-indep targets.    
 
   [ Steven Chamberlain ]
   * sysdeps/kfreebsd.mk: find kfreebsd-kernel-headers in multiarch path.

Modified: glibc-package/branches/glibc-2.21/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/rules.d/build.mk	2015-09-10 15:29:11 UTC (rev 6561)
+++ glibc-package/branches/glibc-2.21/debian/rules.d/build.mk	2015-09-10 15:57:23 UTC (rev 6562)
@@ -154,7 +154,7 @@
 	touch $@
 
 $(patsubst %,install_%,$(GLIBC_PASSES)) :: install_% : $(stamp)install_%
-$(stamp)install_%: $(stamp)check_%
+$(stamp)install_%: $(stamp)build_%
 	@echo Installing $(curpass)
 	rm -rf $(CURDIR)/debian/tmp-$(curpass)
 ifneq ($(filter stage1,$(DEB_BUILD_PROFILES)),)


Reply to: