aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* add a "make prepare" target which builds everything up to target/compile, use...Felix Fietkau2009-05-281-0/+2
* added BUILD_LOG_DIR variable, make clean will delete the ./logs dirRalph Hemp
18e19c352337621206'>avoid implicit rules in even more placesFelix Fietkau2009-03-031-1/+1 * remove toolchain build directory as well in 'make dirclean'Nicolas Thill2008-12-031-1/+1 * rework parallel building to get rid of some warnings and add back support for...Felix Fietkau2008-08-161-4/+4 * make package prereq checks behave more like build prereq checks (first check ...Felix Fietkau2008-08-041-1/+12 * large improvement for parallel builds. works without V=99 now and without war...Felix Fietkau2008-06-091-2/+8 * fix package/symlinks target, will call scripts/feeds update / install introdu...Ralph Hempel2008-03-201-3/+13 * use scripts/feeds instead of scripts/feeds.sh for package/symlinksFelix Fietkau2007-12-281-1/+2 * fix make clean for unconfigured build treesFelix Fietkau2007-12-041-1/+1 * fix parallel build issuesFelix Fietkau2007-11-041-5/+7 * add autorebuild check for menuconfigFelix Fietkau2007-10-141-0/+1 * add 'make prepare' target for building the tools and toolchainFelix Fietkau2007-09-151-1/+4 * major target cleanup. it is now possible to have subtargets that can override...Felix Fietkau2007-09-081-1/+1 * clean up recursive dependency handling, use timestamp.pl again, because it sa...Felix Fietkau2007-08-301-1/+1 * build system cleanup/restructuring as described in http://lists.openwrt.org/p...Felix Fietkau2007-08-071-7/+9 * fix rootfs and init script handlingFelix Fietkau2007-07-311-1/+1 * fix make distcleanFelix Fietkau2007-07-301-2/+2 * next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-301-21/+9 * next round of build system cleanup - convert package/ to new structure