Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/Makefile.help

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 815 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 6  help: Line 6  help:
6   @echo 'Cleaning:'   @echo 'Cleaning:'
7   @echo '  clean - delete temporary files created by build'   @echo '  clean - delete temporary files created by build'
8   @echo '  distclean - delete all non-source files (including .config)'   @echo '  distclean - delete all non-source files (including .config)'
9     @echo '  doc-clean - delete all generated documentation'
10   @echo   @echo
11   @echo 'Build:'   @echo 'Build:'
12   @echo '  all - Executable and documentation'   @echo '  all - Executable and documentation'
# Line 16  help: Line 17  help:
17   @echo 'Configuration:'   @echo 'Configuration:'
18   @echo '  allnoconfig - disable all symbols in .config'   @echo '  allnoconfig - disable all symbols in .config'
19   @echo '  allyesconfig - enable all symbols in .config (see defconfig)'   @echo '  allyesconfig - enable all symbols in .config (see defconfig)'
  @echo '  allbareconfig - enable all applets without any sub-features'  
20   @echo '  config - text based configurator (of last resort)'   @echo '  config - text based configurator (of last resort)'
21   @echo '  defconfig - set .config to largest generic configuration'   @echo '  defconfig - set .config to largest generic configuration'
22   @echo '  menuconfig - interactive curses-based configurator'   @echo '  menuconfig - interactive curses-based configurator'
# Line 24  help: Line 24  help:
24   @echo '  hosttools   - build sed for the host.'   @echo '  hosttools   - build sed for the host.'
25   @echo '    You can use these commands if the commands on the host'   @echo '    You can use these commands if the commands on the host'
26   @echo '    is unusable. Afterwards use it like:'   @echo '    is unusable. Afterwards use it like:'
27   @echo '  make SED="$(objtree)/sed"'   @echo '    make SED="$(objtree)/sed"'
28   @echo   @echo
29   @echo 'Installation:'   @echo 'Installation:'
30   @echo '  install - install busybox into $(PREFIX)'   @echo '  install - install busybox into CONFIG_PREFIX'
31   @echo '  uninstall'   @echo '  uninstall'
32   @echo   @echo
33   @echo 'Development:'   @echo 'Development:'
# Line 39  help: Line 39  help:
39   @echo '  release - create a distribution tarball'   @echo '  release - create a distribution tarball'
40   @echo '  sizes - show size of all enabled busybox symbols'   @echo '  sizes - show size of all enabled busybox symbols'
41   @echo '  objsizes - show size of each .o object built'   @echo '  objsizes - show size of each .o object built'
42     @echo '  bigdata - show data objects, biggest first'
43     @echo '  stksizes - show stack users, biggest first'
44   @echo   @echo

Legend:
Removed from v.815  
changed lines
  Added in v.816