[Fai-commit] r3562 - people/h01ger/fai-kernels/debian

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Wed Jul 12 13:54:19 UTC 2006


Author: h01ger-guest
Date: 2006-07-12 13:54:19 +0000 (Wed, 12 Jul 2006)
New Revision: 3562

Modified:
   people/h01ger/fai-kernels/debian/rules
Log:
- clean target didnt work, building the package twice resulted in the complete kernel source t end up in the fai-kernel source-package...


Modified: people/h01ger/fai-kernels/debian/rules
===================================================================
--- people/h01ger/fai-kernels/debian/rules	2006-07-12 13:45:06 UTC (rev 3561)
+++ people/h01ger/fai-kernels/debian/rules	2006-07-12 13:54:19 UTC (rev 3562)
@@ -39,14 +39,11 @@
 build:	
 	debian/rules kernel
 
-veryclean:
+clean:
 	rm -f *stamp* *.deb
 	-rm -rf $(kname) 
 	dh_clean
 
-clean:
-	dh_clean
-
 install: install-stamp
 install-stamp: build
 	dh_clean -k




More information about the Fai-commit mailing list