Remove some out of date bits.
[oweals/busybox.git] / Makefile
index 8f5094a6eea0cc6b0454f2ca89b20d6ace39b659..7bf72f232bf9a7d759caeb3b70ee8ce48f77ece2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -132,8 +132,7 @@ help:
        @echo '  uninstall'
        @echo
        @echo 'Development:'
-       @echo '  bloatcheck             - show size difference between busybox_unstripped'
-       @echo '                           and busybox_old
+       @echo '  bloatcheck             - show size difference between old and new versions'
        @echo '  check                  - run the test suite for all applets'
        @echo '  checkhelp              - check for missing help-entries in Config.in'
        @echo '  randconfig             - generate a random configuration'
@@ -450,9 +449,10 @@ clean:
            -o -name \*.os -o -name \*.osm -o -name \*.a | xargs rm -f
 
 distclean: clean
-       - rm -f scripts/bb_mkdep
-       - rm -r -f include/config $(DEP_INCLUDES)
-       - find . -name .depend'*' | xargs rm -f
+       rm -f scripts/bb_mkdep scripts/usage
+       rm -r -f include/config include/_usage.h include/config.h $(DEP_INCLUDES)
+       find . -name .depend'*' -print0 | xargs -0 rm -f
+       rm -f .hdepend
        rm -f .config .config.old .config.cmd
 
 release: distclean #doc