summaryrefslogtreecommitdiff
path: root/scripts/config/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-6/+4
|
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
| | | | Fixes make trying to include the very same file in an endless loop.
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-6/+4
| | | | - use less resources for the buildsystem itself
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-9/+11
|
* Bernhard Fischer submitted a couple of Makefile patches:Rob Landley2005-08-241-1/+3
| | | | | | | - Fix building out-of-tree - remove duplicate rule in toplevel Makefile - peruse make's builtin notion of `dirname $@'
* Updated to match trunk/uClibc/extra/config as of r10132, and thusPeter Kjellerstedt2005-04-191-8/+15
| | | | Linux 2.6.11.
* egor duda writes:Eric Andersen2004-10-081-18/+22
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
|
* Patch from Robert Schwebel -- support ncurses installed in /usr/localEric Andersen2003-01-111-1/+8
|
* Don't build the ncurses stuff unless it is specifically asked forEric Andersen2002-12-131-25/+23
| | | | -Erik
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+102
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