diff options
| author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-23 11:39:05 +0000 |
|---|---|---|
| committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-23 11:39:05 +0000 |
| commit | f99a718ddbc33418e776c8b59c85a3d9f3f320f6 (patch) | |
| tree | 0d4aec71157e66b1aba95b37e924234c8b1d09f1 | |
| parent | 4e25d97dddf4cf7f89735aa50d395d9f267df448 (diff) | |
| download | busybox-w32-f99a718ddbc33418e776c8b59c85a3d9f3f320f6.tar.gz busybox-w32-f99a718ddbc33418e776c8b59c85a3d9f3f320f6.tar.bz2 busybox-w32-f99a718ddbc33418e776c8b59c85a3d9f3f320f6.zip | |
Oops, restore tabs
git-svn-id: svn://busybox.net/trunk/busybox@13500 69ca8d6d-28ef-0310-b511-8ec308f3f277
| -rw-r--r-- | Makefile | 34 |
1 files changed, 17 insertions, 17 deletions
| @@ -111,32 +111,32 @@ _all: all | |||
| 111 | 111 | ||
| 112 | help: | 112 | help: |
| 113 | @echo 'Cleaning:' | 113 | @echo 'Cleaning:' |
| 114 | @echo ' clean - delete temporary files created by build' | 114 | @echo ' clean - delete temporary files created by build' |
| 115 | @echo ' distclean - delete all non-source files (including .config)' | 115 | @echo ' distclean - delete all non-source files (including .config)' |
| 116 | @echo | 116 | @echo |
| 117 | @echo 'Build:' | 117 | @echo 'Build:' |
| 118 | @echo ' all - Executable and documentation' | 118 | @echo ' all - Executable and documentation' |
| 119 | @echo ' busybox - the swiss-army executable' | 119 | @echo ' busybox - the swiss-army executable' |
| 120 | @echo ' doc - docs/BusyBox.{txt,html,1}' | 120 | @echo ' doc - docs/BusyBox.{txt,html,1}' |
| 121 | @echo | 121 | @echo |
| 122 | @echo 'Configuration:' | 122 | @echo 'Configuration:' |
| 123 | @echo ' allnoconfig - disable all symbols in .config' | 123 | @echo ' allnoconfig - disable all symbols in .config' |
| 124 | @echo ' allyesconfig - enable (almost) all symbols in .config' | 124 | @echo ' allyesconfig - enable (almost) all symbols in .config' |
| 125 | @echo ' allbareconfig - enable all basics without any features' | 125 | @echo ' allbareconfig - enable all basics without any features' |
| 126 | @echo ' config - text based configurator (of last resort)' | 126 | @echo ' config - text based configurator (of last resort)' |
| 127 | @echo ' defconfig - set .config to defaults' | 127 | @echo ' defconfig - set .config to defaults' |
| 128 | @echo ' menuconfig - interactive curses-based configurator' | 128 | @echo ' menuconfig - interactive curses-based configurator' |
| 129 | @echo ' oldconfig - resolve any unresolved symbols in .config' | 129 | @echo ' oldconfig - resolve any unresolved symbols in .config' |
| 130 | @echo | 130 | @echo |
| 131 | @echo 'Installation:' | 131 | @echo 'Installation:' |
| 132 | @echo ' install - install busybox into $prefix' | 132 | @echo ' install - install busybox into $prefix' |
| 133 | @echo ' uninstall' | 133 | @echo ' uninstall' |
| 134 | @echo | 134 | @echo |
| 135 | @echo 'Development:' | 135 | @echo 'Development:' |
| 136 | @echo ' check - run the test suite for all applets' | 136 | @echo ' check - run the test suite for all applets' |
| 137 | @echo ' randconfig - generate a random configuration' | 137 | @echo ' randconfig - generate a random configuration' |
| 138 | @echo ' release - create a distribution tarball' | 138 | @echo ' release - create a distribution tarball' |
| 139 | @echo ' sizes - show size of all enabled busybox symbols' | 139 | @echo ' sizes - show size of all enabled busybox symbols' |
| 140 | @echo | 140 | @echo |
| 141 | 141 | ||
| 142 | 142 | ||
