svn commit: trunk/busybox

vapier at busybox.net vapier at busybox.net
Sat Feb 18 20:13:23 UTC 2006


Author: vapier
Date: 2006-02-18 12:13:22 -0800 (Sat, 18 Feb 2006)
New Revision: 14119

Log:
kill all .depend files

Modified:
   trunk/busybox/Makefile


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2006-02-18 20:12:39 UTC (rev 14118)
+++ trunk/busybox/Makefile	2006-02-18 20:13:22 UTC (rev 14119)
@@ -428,7 +428,7 @@
 distclean: clean
 	- $(RM_F) scripts/bb_mkdep
 	- rm -rf include/config $(DEP_INCLUDES)
-	- find . -name .depend -exec $(RM_F) {} \;
+	- find . -name .depend'*' -exec $(RM_F) {} \;
 	$(RM_F) .config .config.old .config.cmd
 
 release: distclean #doc




More information about the busybox-cvs mailing list