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

r4476 - glibc-package/branches/eglibc-2.13/debian



Author: aurel32
Date: 2011-02-06 20:28:20 +0000 (Sun, 06 Feb 2011)
New Revision: 4476

Modified:
   glibc-package/branches/eglibc-2.13/debian/changelog
   glibc-package/branches/eglibc-2.13/debian/rules
Log:
  * debian/rules: split build-indep and build-arch targets.  Closes: 
    #611926.



Modified: glibc-package/branches/eglibc-2.13/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/changelog	2011-02-06 20:25:51 UTC (rev 4475)
+++ glibc-package/branches/eglibc-2.13/debian/changelog	2011-02-06 20:28:20 UTC (rev 4476)
@@ -88,6 +88,8 @@
     NIS installations.  Closes: #566297, #566844.
   * kfreebsd/local-sysdeps.diff: update to revision 3251 (from glibc-bsd)
     Closes: ##602776.
+  * debian/rules: split build-indep and build-arch targets.  Closes: 
+    #611926.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 06 Feb 2011 16:52:51 +0100
 

Modified: glibc-package/branches/eglibc-2.13/debian/rules
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/rules	2011-02-06 20:25:51 UTC (rev 4475)
+++ glibc-package/branches/eglibc-2.13/debian/rules	2011-02-06 20:28:20 UTC (rev 4476)
@@ -163,19 +163,23 @@
 	rm -rf debian/include
 
 # Required Debian targets
-binary-indep: build testroot debian/control $(build-tree) \
+build:	$(stamp)info \
+	$(patsubst %,$(stamp)build_%,$(EGLIBC_PASSES)) \
+	$(patsubst %,$(stamp)check_%,$(EGLIBC_PASSES))
+
+build-indep: $(stamp)source $(stamp)doc
+
+build: build-arch build-indep
+
+
+binary-indep: build-indep testroot debian/control $(build-tree) \
 	$(patsubst %,$(stamp)binaryinst_%,$(DEB_INDEP_REGULAR_PACKAGES))
 
-binary-arch: build testroot debian/control $(build-tree) \
+binary-arch: build-arch testroot debian/control $(build-tree) \
 	$(patsubst %,$(stamp)binaryinst_%,$(DEB_ARCH_REGULAR_PACKAGES)) \
 	$(patsubst %,$(stamp)binaryinst_%,$(DEB_UDEB_PACKAGES))
 
 binary: binary-indep binary-arch
 
-build:	$(stamp)info \
-	$(patsubst %,$(stamp)build_%,$(EGLIBC_PASSES)) \
-	$(patsubst %,$(stamp)check_%,$(EGLIBC_PASSES)) \
-	$(stamp)source $(stamp)doc
-
 testroot:
 	dh_testroot


Reply to: