summaryrefslogtreecommitdiff
path: root/Rules.mak (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Substitute busybox for uClibc, patch by Hideki IWAMOTOGlenn L McGrath2003-08-291-1/+1
|
* Begin preparing for another releaseEric Andersen2003-08-061-1/+1
|
* bump version to 1.0.0-pre2Eric Andersen2003-07-281-1/+1
|
* eliminate DOSTATIC, DODEBUG, etc and name them sensiblyEric Andersen2003-07-221-5/+5
|
* A minor update for handling older gcc versionsEric Andersen2003-07-221-6/+2
|
* Yet more preparation to make a release...Eric Andersen2003-07-151-2/+2
|
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
|
* Explicitly define -DNDEBUG so asserts don't clutter release codeEric Andersen2003-03-071-1/+2
|
* Ensure consistant sort order, sed behavior, etcEric Andersen2003-01-141-0/+3
| | | | -Erik
* changed most assignments from ":=" to "=" to allow setting some variablesRobert Griebl2002-12-161-17/+17
| | | | at the command line (this is also needed for cross-compilation)
* Don't build the ncurses stuff unless it is specifically asked forEric Andersen2002-12-131-1/+0
| | | | -Erik
* Fix a silly oversight breaking cross compilationEric Andersen2002-12-051-1/+1
| | | | -Erik
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-70/+46
| | | | | | | | 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
* Use a nifty macro to make testing gcc features simplerEric Andersen2002-10-301-9/+8
| | | | | and much easier to read. -Erik
* Ivan Popov noticed that handling of PREFIX was bad.Eric Andersen2002-10-261-1/+1
| | | | -Erik
* Fixup largefile settingsEric Andersen2002-09-221-1/+1
| | | | -Erik
* Be more portable with 'find' for those that prefer programmingEric Andersen2002-07-311-3/+3
| | | | on *BSD, etc. Formatting fixes, etc.
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-031-1/+1
| | | | | silly games. -Erik
* Rework optimization code. Be more compiler aware.Eric Andersen2002-06-231-6/+36
| | | | -Erik
* Completely rework the config system so that it no longer annoys me to work onEric Andersen2002-04-121-174/+187
| | | | | | | the busybox development tree. This eliminates the use of recursive make, and once again allows us to run 'make' in a subdirectory with the expected result. And things are now much faster too. Greatly improved IMHO... -Erik
* Oops. Forgot these....Eric Andersen2001-10-241-0/+195