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 /Makefile | |
parent | 9394b232ef9ef188d19f6ed9df74188987c72177 (diff) | |
download | busybox-b757699164f80981c661bf0ddc44b9e4d95a6122.tar.gz |
Oops, restore tabs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -111,32 +111,32 @@ _all: all help: @echo 'Cleaning:' - @echo ' clean - delete temporary files created by build' - @echo ' distclean - delete all non-source files (including .config)' + @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 ' 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 ' allbareconfig - enable all basics without any features' - @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 ' allnoconfig - disable all symbols in .config' + @echo ' allyesconfig - enable (almost) all symbols in .config' + @echo ' allbareconfig - enable all basics without any features' + @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 into $prefix' + @echo ' install - install busybox 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 ' 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 |