summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2009-05-28add a "make prepare" target which builds everything up to target/compile, use...nbd
2009-05-28added BUILD_LOG_DIR variable, make clean will delete the ./logs dirralph
2009-03-03avoid implicit rules in even more placesnbd
2008-12-03remove toolchain build directory as well in 'make dirclean'nico
2008-08-16rework parallel building to get rid of some warningsnbd
2008-08-04make package prereq checks behave more like build prereq checks (first check ...nbd
2008-06-09large improvement for parallel builds. works without V=99 now and without war...nbd
2008-03-20fix package/symlinks target, will call scripts/feeds update / installralph
2007-12-28use scripts/feeds instead of scripts/feeds.sh for package/symlinksnbd
2007-12-04fix make clean for unconfigured build treesnbd
2007-11-04fix parallel build issuesnbd
2007-10-14add autorebuild check for menuconfignbd
2007-09-15add 'make prepare' target for building the tools and toolchainnbd
2007-09-08major target cleanup. it is now possible to have subtargets that can override...nbd
2007-08-30clean up recursive dependency handling, use timestamp.pl again, because it sa...nbd
2007-08-07build system cleanup/restructuring as described in http://lists.openwrt.org/p...nbd
2007-07-31fix rootfs and init script handlingnbd
2007-07-30fix make distcleannbd
2007-07-30next round of cleanup, convert target/ - make -j works now ;)nbd
2007-07-30next round of build system cleanup - convert package/ to new structurenbd
2007-07-30toolchain/ has been convertednbd
2007-07-30fix verbose output with dash as /bin/shnbd
2007-07-28build system fixes, more cleanupnbd
2007-07-28more build system cleanupnbd
2007-07-28initial attempt at cleaning up subdirectory handling. tools/Makefile is now b...nbd
2007-07-16add kernel_oldconfig targetnbd
2007-07-16kernel: fix dependencies for .config, use selections from oldconfig when runn...nbd
2007-07-16target scan needs a maxdepth of 2nbd
2007-07-15set maxdepth appropriately for package scanningnbd
2007-07-15rewrite of the metadata scanning - cleaner code, faster scanning, recursive s...nbd
2007-07-12fix distcleannbd
2007-07-10fix docs compile targetsnbd
2007-05-30Regenerate the menuconfig once symlinked packages are goneflorian
2007-05-23fix target rescan (version kernel changes)nbd
2007-05-05Make UCI preconfiguration optional and disabled by defaultnbd
2007-04-29fixes for a few build errors on osx without finknbd
2007-04-12revert find | xargs => find | exec changes - this is completely unnecessary a...nbd
2007-04-11minor tweaks to the verbose systemmbm
2007-04-11fix targetinfo, packageinfombm
2007-04-07fix a few bugs with the last few commitsmbm
2007-04-07make a few commands silent and fix defconfig logicnbd
2007-04-07fix typonico
2007-04-07fix package/target scanningnbd
2007-04-07trivial formatting - remove a few @'s and use a .silent insteadmbm
2007-04-07same as [6881]mbm
2007-04-07fix menuconfignbd
2007-04-07fix menuconfig checksmbm
2007-04-06use ~/.openwrt/defconfig as default config if it existsnbd
2007-04-03Tidy up Makefilesmbm
2007-04-03Using find's -exec to remove directories causes 'not found' errors when find ...mbm