aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-09-26 15:49:41 +0000
committerRob Landley <rob@landley.net>2005-09-26 15:49:41 +0000
commitd24eaac9e66d1f725a7b3c8e8d472845c3f63c39 (patch)
tree3ae62d40e1b978a4cbe531b545d6adee3085dcac /Makefile
parent709080087092133e3c46bf816d54f2c34c215b86 (diff)
downloadbusybox-d24eaac9e66d1f725a7b3c8e8d472845c3f63c39.tar.gz
add "make help"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 01eec3b84..c3b54ad2f 100644
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,36 @@ ifeq ($(skip-makefile),)
_all: all
+help:
+ @echo 'Cleaning:'
+ @echo ' clean - delete temporary files created by build'
+ @echo ' distclean - delete all non-source files (including .config)'
+ @echo
+ @echo 'Build:'
+ @echo ' all - Executable and documentation'
+ @echo ' busybox - the swiss-army executable'
+ @echo ' doc - docs/BusyBox.{txt,html,1}'
+ @echo
+ @echo 'Configuration:'
+ @echo ' allnoconfig - disable all symbols in .config'
+ @echo ' allyesconfig - enable (almost) all symbols in .config'
+ @echo ' config - text based configurator (of last resort).'
+ @echo ' defconfig - set .config to defaults'
+ @echo ' menuconfig - interactive curses-based configurator'
+ @echo ' oldconfig - resolve any unresolved symbols in .config'
+ @echo
+ @echo 'Installation:'
+ @echo ' install - install busybox and symlinks into $prefix'
+ @echo ' install-hardlinks - install busybox and hardlinks into $prefix'
+ @echo ' uninstall'
+ @echo
+ @echo 'Development:'
+ @echo ' check - run the test suite for all applets'
+ @echo ' randconfig - generate a random configuration'
+ @echo ' release - create a distribution tarball'
+ @echo ' sizes - show size of all enabled busybox symbols'
+ @echo
+
ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
all: busybox busybox.links doc