devfsd: futher sanitization by Tito <farmatito@tiscali.it>
[oweals/busybox.git] / Makefile.help
index a1ff4fcb8df82fbebf1daec170dbab53ce9a192f..e2e13de0c2965cff8b5a2b1b6963af591aa00400 100644 (file)
@@ -27,7 +27,7 @@ help:
        @echo '                   make SED="$(objtree)/sed"'
        @echo
        @echo 'Installation:'
-       @echo '  install                - install busybox into $(PREFIX)'
+       @echo '  install                - install busybox into $(CONFIG_PREFIX)'
        @echo '  uninstall'
        @echo
        @echo 'Development:'
@@ -39,4 +39,6 @@ help:
        @echo '  release                - create a distribution tarball'
        @echo '  sizes                  - show size of all enabled busybox symbols'
        @echo '  objsizes               - show size of each .o object built'
+       @echo '  bigdata                - show data objects, biggest first'
+       @echo '  stksizes               - show stack users, biggest first'
        @echo