aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - remove unused variable TOPDIRaldot2005-09-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11653 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A bit overdue...landley2005-09-081-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11393 69ca8d6d-28ef-0310-b511-8ec308f3f277
* patch by pkj in Bug 3 to not export all make variablesvapier2005-07-311-4/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11003 69ca8d6d-28ef-0310-b511-8ec308f3f277
* move -s from LDFLAGS to STRIPCMDvapier2005-07-311-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10998 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix "nm --size-sort" on the busybox binary and document how to make it work.landley2005-07-311-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10991 69ca8d6d-28ef-0310-b511-8ec308f3f277
* further refine check_gcc usage so it is only called the bare min number of timesvapier2005-07-281-4/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10949 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dont output anything when running in silent modevapier2005-07-281-0/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10946 69ca8d6d-28ef-0310-b511-8ec308f3f277
* From Rich Paul:landley2005-07-281-3/+2
| | | | | | | | | | | | | | | | | | I've noticed that when I compile busybox on my laptop, it compiles more slowly than one would expect, and although it's a (more-or-less) multiprocessor system and I use -j5, make never seems to run more than one job at a time. I believe I have found the culprit:  each time a file is compiled, gcc runs about 5 times.  This is because the $(check_gcc) macros and the TARGET_ARCH macros are late binding. The attached patch cuts the compilation time by 66%, from 1.5 minutes to 30 seconds.  Your mileage may very.  These statements have not been evaluated by the FDA. git-svn-id: svn://busybox.net/trunk/busybox@10945 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use toplevel ARFLAGS and update default ARFLAGS to be quietvapier2005-07-271-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10923 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump versionandersen2004-10-081-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9335 69ca8d6d-28ef-0310-b511-8ec308f3f277
* egor duda writes:andersen2004-10-081-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Hi! I've created a patch to busybox' build system to allow building it in separate tree in a manner similar to kbuild from kernel version 2.6. That is, one runs command like 'make O=/build/some/where/for/specific/target/and/options' and everything is built in this exact directory, provided that it exists. I understand that applyingc such invasive changes during 'release candidates' stage of development is at best unwise. So, i'm currently asking for comments about this patch, starting from whether such thing is needed at all to whether it coded properly. 'make check' should work now, and one make creates Makefile in build directory, so one can run 'make' in build directory after that. One possible caveat is that if we build in some directory other than source one, the source directory should be 'distclean'ed first. egor git-svn-id: svn://busybox.net/trunk/busybox@9320 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump versionandersen2004-08-161-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9104 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bump version to -rc2andersen2004-07-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9025 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Prepare for releaseandersen2004-07-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9023 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bump version to -rc2andersen2004-07-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9018 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump version up to release candidate 1andersen2004-07-201-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8973 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bump version, prepare for -pre10andersen2004-04-131-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8754 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump version to -pre9andersen2004-04-061-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8712 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix it so usage is _always_ in sync with applets.c. Previously,andersen2004-04-061-11/+0
| | | | | | | broken depends allowed these to get out of sync. git-svn-id: svn://busybox.net/trunk/busybox@8702 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8630 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump up version in preparation for -pre8andersen2004-02-221-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8551 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump version number for releaseandersen2004-02-041-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8402 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump version for releaseandersen2004-01-311-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8382 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump versionandersen2003-12-211-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8152 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump version numberandersen2003-12-091-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8060 69ca8d6d-28ef-0310-b511-8ec308f3f277
* By popular demand, revert to version 1.21, since Rules.mak:1.22andersen2003-11-051-11/+13
| | | | | | | causes the build to ignore CROSS_COMPILER_PREFIX set in .config git-svn-id: svn://busybox.net/trunk/busybox@7815 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make certain values specified in the environment always winandersen2003-10-301-13/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7724 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Substitute busybox for uClibc, patch by Hideki IWAMOTObug12003-08-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7285 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Begin preparing for another releaseandersen2003-08-061-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7178 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bump version to 1.0.0-pre2andersen2003-07-281-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7127 69ca8d6d-28ef-0310-b511-8ec308f3f277
* eliminate DOSTATIC, DODEBUG, etc and name them sensiblyandersen2003-07-221-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7102 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A minor update for handling older gcc versionsandersen2003-07-221-6/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7089 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet more preparation to make a release...andersen2003-07-151-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7064 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7061 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Explicitly define -DNDEBUG so asserts don't clutter release codeandersen2003-03-071-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6712 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ensure consistant sort order, sed behavior, etcandersen2003-01-141-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@6330 69ca8d6d-28ef-0310-b511-8ec308f3f277
* changed most assignments from ":=" to "=" to allow setting some variablessandman2002-12-161-17/+17
| | | | | | | at the command line (this is also needed for cross-compilation) git-svn-id: svn://busybox.net/trunk/busybox@6217 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't build the ncurses stuff unless it is specifically asked forandersen2002-12-131-1/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@6212 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a silly oversight breaking cross compilationandersen2002-12-051-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@6105 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet another major rework of the BusyBox config system, using the considerablyandersen2002-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 git-svn-id: svn://busybox.net/trunk/busybox@6102 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use a nifty macro to make testing gcc features simplerandersen2002-10-301-9/+8
| | | | | | | | and much easier to read. -Erik git-svn-id: svn://busybox.net/trunk/busybox@5739 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ivan Popov noticed that handling of PREFIX was bad.andersen2002-10-261-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5713 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixup largefile settingsandersen2002-09-221-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5586 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Be more portable with 'find' for those that prefer programmingandersen2002-07-311-3/+3
| | | | | | | on *BSD, etc. Formatting fixes, etc. git-svn-id: svn://busybox.net/trunk/busybox@5131 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Scrub pwd.h and grp.h handling so we don't have to play anyandersen2002-07-031-1/+1
| | | | | | | | silly games. -Erik git-svn-id: svn://busybox.net/trunk/busybox@5011 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rework optimization code. Be more compiler aware.andersen2002-06-231-6/+36
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4963 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Completely rework the config system so that it no longer annoys me to work onandersen2002-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 git-svn-id: svn://busybox.net/trunk/busybox@4595 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. Forgot these....andersen2001-10-241-0/+195
git-svn-id: svn://busybox.net/trunk/busybox@3562 69ca8d6d-28ef-0310-b511-8ec308f3f277