aboutsummaryrefslogtreecommitdiff
path: root/shell/config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-63/+0
| | | | | | | | modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik
* - the number of commands in the history list is now configureable via theRobert Griebl2002-12-031-0/+2
| | | | | | | config system - added a new config option to allow persistant history lists. This is currently only used by ash, but the calls ({load,save}_history) could be added to the other shells as well.
* Some CML1 grammar fixesEric Andersen2002-09-011-1/+2
| | | | -Erik
* Make private ash config options be publicEric Andersen2002-01-091-0/+13
|
* Some more minor build cleanupsEric Andersen2001-11-101-13/+5
|
* Cleanup some config problems. Add a sane default config that basicallyEric Andersen2001-11-101-0/+4
| | | | matches the default old Config.h
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-0/+51
-Erik