aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
AgeCommit message (Collapse)Author
2003-01-14Ensure consistant sort order, sed behavior, etcEric Andersen
-Erik
2002-12-16changed most assignments from ":=" to "=" to allow setting some variablesRobert Griebl
at the command line (this is also needed for cross-compilation)
2002-12-13Don't build the ncurses stuff unless it is specifically asked forEric Andersen
-Erik
2002-12-05Fix a silly oversight breaking cross compilationEric Andersen
-Erik
2002-12-05Yet another major rework of the BusyBox config system, using the considerablyEric Andersen
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
2002-10-30Use a nifty macro to make testing gcc features simplerEric Andersen
and much easier to read. -Erik
2002-10-26Ivan Popov noticed that handling of PREFIX was bad.Eric Andersen
-Erik
2002-09-22Fixup largefile settingsEric Andersen
-Erik
2002-07-31Be more portable with 'find' for those that prefer programmingEric Andersen
on *BSD, etc. Formatting fixes, etc.
2002-07-03Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen
silly games. -Erik
2002-06-23Rework optimization code. Be more compiler aware.Eric Andersen
-Erik
2002-04-12Completely rework the config system so that it no longer annoys me to work onEric Andersen
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
2001-10-24Oops. Forgot these....Eric Andersen