Oops, restore tabs

This commit is contained in:
"Vladimir N. Oleynik" 2006-01-23 11:39:05 +00:00
parent 9394b232ef
commit b757699164

View File

@ -111,32 +111,32 @@ _all: all
help: help:
@echo 'Cleaning:' @echo 'Cleaning:'
@echo ' clean - delete temporary files created by build' @echo ' clean - delete temporary files created by build'
@echo ' distclean - delete all non-source files (including .config)' @echo ' distclean - delete all non-source files (including .config)'
@echo @echo
@echo 'Build:' @echo 'Build:'
@echo ' all - Executable and documentation' @echo ' all - Executable and documentation'
@echo ' busybox - the swiss-army executable' @echo ' busybox - the swiss-army executable'
@echo ' doc - docs/BusyBox.{txt,html,1}' @echo ' doc - docs/BusyBox.{txt,html,1}'
@echo @echo
@echo 'Configuration:' @echo 'Configuration:'
@echo ' allnoconfig - disable all symbols in .config' @echo ' allnoconfig - disable all symbols in .config'
@echo ' allyesconfig - enable (almost) all symbols in .config' @echo ' allyesconfig - enable (almost) all symbols in .config'
@echo ' allbareconfig - enable all basics without any features' @echo ' allbareconfig - enable all basics without any features'
@echo ' config - text based configurator (of last resort)' @echo ' config - text based configurator (of last resort)'
@echo ' defconfig - set .config to defaults' @echo ' defconfig - set .config to defaults'
@echo ' menuconfig - interactive curses-based configurator' @echo ' menuconfig - interactive curses-based configurator'
@echo ' oldconfig - resolve any unresolved symbols in .config' @echo ' oldconfig - resolve any unresolved symbols in .config'
@echo @echo
@echo 'Installation:' @echo 'Installation:'
@echo ' install - install busybox into $prefix' @echo ' install - install busybox into $prefix'
@echo ' uninstall' @echo ' uninstall'
@echo @echo
@echo 'Development:' @echo 'Development:'
@echo ' check - run the test suite for all applets' @echo ' check - run the test suite for all applets'
@echo ' randconfig - generate a random configuration' @echo ' randconfig - generate a random configuration'
@echo ' release - create a distribution tarball' @echo ' release - create a distribution tarball'
@echo ' sizes - show size of all enabled busybox symbols' @echo ' sizes - show size of all enabled busybox symbols'
@echo @echo