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

r1258 - trunk/kfreebsd-6/debian



Author: rmh
Date: 2006-02-27 09:45:22 +0000 (Mon, 27 Feb 2006)
New Revision: 1258

Modified:
   trunk/kfreebsd-6/debian/rules
Log:
Cleanup before generating control, to avoid temp files cluttering it.

Modified: trunk/kfreebsd-6/debian/rules
===================================================================
--- trunk/kfreebsd-6/debian/rules	2006-02-27 09:40:29 UTC (rev 1257)
+++ trunk/kfreebsd-6/debian/rules	2006-02-27 09:45:22 UTC (rev 1258)
@@ -33,7 +33,7 @@
 MAKE		:= make MACHINE_ARCH=$(cpu) CC=gcc-3.4 WERROR= 
 PATH		:= $(CURDIR)/config:/usr/lib/freebsd:$(PATH)
 
-control:
+control: clean
 	sed -e "s/@major@/$(major)/g" -e "s/@version@/$(version)/g" -e "s/@abiname@/$(abiname)/g" -e "s/@flavor@/$$flavor/g" \
 		$(CURDIR)/debian/control.in > $(CURDIR)/debian/control
 	for arch in `ls $(CURDIR)/debian/arch/` ; do \



Reply to: