What do you think is a good try?
> make -f Makefile.help
Cleaning:
clean - delete temporary files created by build
distclean - delete all non-source files (including .config)
doc-clean - delete all generated documentation
Build:
all - Executable and documentation
busybox - the swiss-army executable
doc - docs/BusyBox.{txt,html,1}
html - create html-based cross-reference
Configuration:
allnoconfig - disable all symbols in .config
allyesconfig - enable all symbols in .config (see defconfig)
config - text based configurator (of last resort)
defconfig - set .config to largest generic configuration
menuconfig - interactive curses-based configurator
oldconfig - resolve any unresolved symbols in .config
hosttools - build sed for the host.
You can use these commands if the commands on the host
is unusable. Afterwards use it like:
make SED="/sed"
Installation:
install - install busybox into CONFIG_PREFIX
uninstall
Development:
baseline - create busybox_old for bloatcheck.
bloatcheck - show size difference between old and new versions
check - run the test suite for all applets
checkhelp - check for missing help-entries in Config.in
randconfig - generate a random configuration
release - create a distribution tarball
sizes - show size of all enabled busybox symbols
objsizes - show size of each .o object built
bigdata - show data objects, biggest first
stksizes - show stack users, biggest first
|