summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Makefile: ensure that BIN_DIR exists for diffconfigHannu Nyman2017-01-08
* build: add diffconfig targetJo-Philipp Wich2017-01-04
* build: implement make check and make package/X/checkFelix Fietkau2016-12-17
* build: move merged package directory from bin/ to staging_dirFelix Fietkau2016-08-03
* build: add checksum targetJo-Philipp Wich2016-08-01
* build: fix make clean, delete package directories for selected archFelix Fietkau2016-05-11
* branding: add LEDE brandingJohn Crispin2016-03-24
* Makefile: set timezone to UTCFelix Fietkau2016-01-28
* Makefile: move the cleaning of staging_dir/target* from dirclean to cleanFelix Fietkau2015-06-14
* Makefile: remove non-existent STAGING_DIR_TOOLCHAIN from dircleanJohn Crispin2015-05-23
* build: don't call prereq for any package/symlinks rulesFelix Fietkau2015-05-10
* build: clean up sitefiles, make them per-archFelix Fietkau2015-03-28
* Revert "build: use ONESHELL to speed up scanning and the toplevel makefile"Felix Fietkau2014-10-22
* build: use ONESHELL to speed up scanning and the toplevel makefileFelix Fietkau2014-10-22
* build: remove duplicate variable definitionsFelix Fietkau2014-03-21
* build: it is no longer necessary to call make target/linux/clean as part of m...Felix Fietkau2012-12-02
* Makefile: add a check to bail out early when the path to the openwrt director...Felix Fietkau2012-10-21
* build: add back the package/cleanup step to remove the root staging dir for m...Felix Fietkau2012-10-15
* build: rework the package/install step - collect package install lists during...Felix Fietkau2012-10-06
* abort built in prereq target if there is no site config file for the current ...Jo-Philipp Wich2012-01-19
* add a command for printing a cleaned up make target database - will be used t...Felix Fietkau2010-09-01
* fix for GREP_OPTIONSFlorian Fainelli2010-07-31
* add a "make prepare" target which builds everything up to target/compile, use...Felix Fietkau2009-05-28
* added BUILD_LOG_DIR variable, make clean will delete the ./logs dirRalph Hempel2009-05-28
* avoid implicit rules in even more placesFelix Fietkau2009-03-03
* remove toolchain build directory as well in 'make dirclean'Nicolas Thill2008-12-03
* rework parallel building to get rid of some warnings and add back support for...Felix Fietkau2008-08-16
* make package prereq checks behave more like build prereq checks (first check ...Felix Fietkau2008-08-04
* large improvement for parallel builds. works without V=99 now and without war...Felix Fietkau2008-06-09
* fix package/symlinks target, will call scripts/feeds update / install introdu...Ralph Hempel2008-03-20
* use scripts/feeds instead of scripts/feeds.sh for package/symlinksFelix Fietkau2007-12-28
* fix make clean for unconfigured build treesFelix Fietkau2007-12-04
* fix parallel build issuesFelix Fietkau2007-11-04
* add autorebuild check for menuconfigFelix Fietkau2007-10-14
* add 'make prepare' target for building the tools and toolchainFelix Fietkau2007-09-15
* major target cleanup. it is now possible to have subtargets that can override...Felix Fietkau2007-09-08
* clean up recursive dependency handling, use timestamp.pl again, because it sa...Felix Fietkau2007-08-30
* build system cleanup/restructuring as described in http://lists.openwrt.org/p...Felix Fietkau2007-08-07
* fix rootfs and init script handlingFelix Fietkau2007-07-31
* fix make distcleanFelix Fietkau2007-07-30
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-30
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-30
* toolchain/ has been convertedFelix Fietkau2007-07-30
* fix verbose output with dash as /bin/shFelix Fietkau2007-07-30
* build system fixes, more cleanupFelix Fietkau2007-07-28
* more build system cleanupFelix Fietkau2007-07-28
* initial attempt at cleaning up subdirectory handling. tools/Makefile is now b...Felix Fietkau2007-07-28
* add kernel_oldconfig targetFelix Fietkau2007-07-16
* kernel: fix dependencies for .config, use selections from oldconfig when runn...Felix Fietkau2007-07-16
* target scan needs a maxdepth of 2Felix Fietkau2007-07-16