[Glibc-bsd-commits] r1678 - trunk/kfreebsd-6/debian

Aurelien Jarno aurel32 at costa.debian.org
Tue Oct 10 13:26:16 UTC 2006


Author: aurel32
Date: 2006-10-10 13:26:16 +0000 (Tue, 10 Oct 2006)
New Revision: 1678

Modified:
   trunk/kfreebsd-6/debian/rules
Log:
Add a build target



Modified: trunk/kfreebsd-6/debian/rules
===================================================================
--- trunk/kfreebsd-6/debian/rules	2006-10-10 13:25:25 UTC (rev 1677)
+++ trunk/kfreebsd-6/debian/rules	2006-10-10 13:26:16 UTC (rev 1678)
@@ -90,6 +90,12 @@
 
 	touch build-indep-stamp
 
+ifeq ($(os), kfreebsd)
+build: build-arch build-indep
+else
+build: build-indep
+endif
+
 install-indep: install-indep-stamp
 install-indep-stamp: build-indep
 	dh_testdir




More information about the Glibc-bsd-commits mailing list