[Glibc-bsd-commits] r1938 - trunk/posixtestsuite/debian

guillem at alioth.debian.org guillem at alioth.debian.org
Fri May 18 04:51:06 UTC 2007


Author: guillem
Date: 2007-05-18 04:51:06 +0000 (Fri, 18 May 2007)
New Revision: 1938

Modified:
   trunk/posixtestsuite/debian/rules
Log:
Add build-arch and build-indep to PHONY.
Add a template make install.


Modified: trunk/posixtestsuite/debian/rules
===================================================================
--- trunk/posixtestsuite/debian/rules	2007-05-18 04:48:17 UTC (rev 1937)
+++ trunk/posixtestsuite/debian/rules	2007-05-18 04:51:06 UTC (rev 1938)
@@ -27,6 +27,8 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
+	
+#	$(MAKE) install DESTDIR=$(CURDIR)/debian/posixtestsuite
 
 binary-indep: install-indep
 	dh_testdir
@@ -51,5 +53,6 @@
 
 binary: binary-indep binary-arch
 
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: clean install
+.PHONY: build build-indep build-arch binary-indep binary-arch binary
 




More information about the Glibc-bsd-commits mailing list