svn commit: trunk/busybox

landley at busybox.net landley at busybox.net
Fri Aug 4 20:39:57 UTC 2006


Author: landley
Date: 2006-08-04 13:39:56 -0700 (Fri, 04 Aug 2006)
New Revision: 15780

Log:
Add busybox_old to distclean.


Modified:
   trunk/busybox/Makefile


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2006-08-04 20:20:03 UTC (rev 15779)
+++ trunk/busybox/Makefile	2006-08-04 20:39:56 UTC (rev 15780)
@@ -484,8 +484,7 @@
 	rm -r -f include/config include/config.h $(DEP_INCLUDES)
 	find . -name .depend'*' -print0 | xargs -0 rm -f
 	find . -name '*.rej' -print0 | xargs -0 rm -f
-	rm -f .hdepend
-	rm -f .config .config.old .config.cmd
+	rm -f .hdepend busybox_old .config .config.old .config.cmd
 
 release: distclean #doc
 	cd ..; \




More information about the busybox-cvs mailing list