'make mrproper' does not delete all generated files

Denys Vlasenko vda.linux at googlemail.com
Tue Jun 7 08:05:35 UTC 2011


On Monday 06 June 2011 09:26, Cristian Ionescu-Idbohrn wrote:
> Advertized in the Makefile:
> 
> # make mrproper  Delete the current configuration, and all generated files
> 
> Still:
> 
> include/applets.h:/* DO NOT EDIT. This file is generated from applets.src.h */
> include/usage.h:/* DO NOT EDIT. This file is generated from usage.src.h */
> 
> are not deleted.

--- busybox.8/Makefile  2011-05-16 03:51:39.000000000 +0200
+++ busybox.9/Makefile  2011-06-07 09:58:17.000000000 +0200
@@ -963,10 +963,14 @@ CLEAN_FILES +=    busybox busybox_unstrippe
 # Directories & files removed with 'make mrproper'
 MRPROPER_DIRS  += include/config include2
 MRPROPER_FILES += .config .config.old include/asm .version .old_version \
+                 include/NUM_APPLETS.h \
                  include/autoconf.h \
                  include/bbconfigopts.h \
+                 include/bbconfigopts_bz2.h \
                  include/usage_compressed.h \
                  include/applet_tables.h \
+                 include/applets.h \
+                 include/usage.h \
                  applets/usage \
                  .kernelrelease Module.symvers tags TAGS cscope* \
                  busybox_old


More information about the busybox mailing list