svn commit: trunk/busybox

vda at busybox.net vda at busybox.net
Sun Jul 20 18:37:55 UTC 2008


Author: vda
Date: 2008-07-20 11:37:54 -0700 (Sun, 20 Jul 2008)
New Revision: 22892

Log:
build system: clean more files on make clean/make mrproper



Modified:
   trunk/busybox/Makefile


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2008-07-20 17:58:12 UTC (rev 22891)
+++ trunk/busybox/Makefile	2008-07-20 18:37:54 UTC (rev 22892)
@@ -932,8 +932,9 @@
 # make distclean Remove editor backup files, patch leftover files and the like
 
 # Directories & files removed with 'make clean'
-CLEAN_DIRS  += $(MODVERDIR)
-CLEAN_FILES +=	busybox busybox_unstripped* System.map .kernelrelease \
+CLEAN_DIRS  += $(MODVERDIR) _install 0_lib
+CLEAN_FILES +=	busybox busybox_unstripped* busybox.links \
+                System.map .kernelrelease \
                 .tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map
 
 # Directories & files removed with 'make mrproper'
@@ -944,7 +945,8 @@
 		  include/usage_compressed.h \
 		  include/applet_tables.h \
 		  applets/usage \
-		  .kernelrelease Module.symvers tags TAGS cscope*
+		  .kernelrelease Module.symvers tags TAGS cscope* \
+		  busybox_old
 
 # clean - Delete most, but leave enough to build external modules
 #




More information about the busybox-cvs mailing list