diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2006-01-23 11:39:05 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2006-01-23 11:39:05 +0000 |
commit | b757699164f80981c661bf0ddc44b9e4d95a6122 (patch) | |
tree | 0d4aec71157e66b1aba95b37e924234c8b1d09f1 | |
parent | 9394b232ef9ef188d19f6ed9df74188987c72177 (diff) | |
download | busybox-w32-b757699164f80981c661bf0ddc44b9e4d95a6122.tar.gz busybox-w32-b757699164f80981c661bf0ddc44b9e4d95a6122.tar.bz2 busybox-w32-b757699164f80981c661bf0ddc44b9e4d95a6122.zip |
Oops, restore tabs
-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 | ||