Add some extra files to remove for "make distclean", and add an entry for mrproper to "make help".
Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- Index: svn/Makefile =================================================================== --- svn/Makefile (revision 22872) +++ svn/Makefile (working copy) @@ -983,11 +983,13 @@ PHONY += distclean distclean: mrproper + @rm -rf _install @find $(srctree) $(RCS_FIND_IGNORE) \ \( -name '*.orig' -o -name '*.rej' -o -name '*~' \ -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \ -o -name '.*.rej' -o -name '*.tmp' -o -size 0 \ - -o -name '*%' -o -name '.*.cmd' -o -name 'core' \) \ + -o -name '*%' -o -name '.*.cmd' -o -name 'core' \ + -o -name 'busybox.links' \) \ -type f -print | xargs rm -f Index: svn/Makefile.help =================================================================== --- svn/Makefile.help (revision 22872) +++ svn/Makefile.help (working copy) @@ -5,6 +5,7 @@ help: @echo 'Cleaning:' @echo ' clean - delete temporary files created by build' + @echo ' mrproper - delete current config, and all generated files' @echo ' distclean - delete all non-source files (including .config)' @echo @echo 'Build:' ======================================================================== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry: Have classroom, will lecture. http://crashcourse.ca Waterloo, Ontario, CANADA ======================================================================== _______________________________________________ busybox mailing list busybox@busybox.net http://busybox.net/cgi-bin/mailman/listinfo/busybox