summaryrefslogtreecommitdiff
path: root/findutils/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Thomas Cameron:Eric Andersen2003-07-141-2/+3
| | | | | | | | | | | Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc.
* Patch from Lars Kellogg-Stedman:Eric Andersen2003-07-141-6/+12
| | | | | The attached two patches add config documentation to init/Config.in and fileutils/Config.in.
* Patch from Kent Robotti adding a bunch of needed docs!Eric Andersen2003-07-051-4/+4
| | | | -Erik
* Config option to create an fgrep aliasGlenn L McGrath2003-04-271-0/+9
|
* Apply patch from Ghozlane Toumi to add -inum support to find.Eric Andersen2003-01-231-0/+15
| | | | | | | | Apply patch from Ghozlane Toumi to make find smaller by combining similar error messages Forward port find -newer support from busybox stable that was missing from unstable. -Erik. Fixup usage messages for find. -Erik
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+70
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