summaryrefslogtreecommitdiff
path: root/include/subdir.mk
Commit message (Expand)AuthorAge
* build: implement make check and make package/X/checkFelix Fietkau2016-12-17
* build: add logging for package host buildsFelix Fietkau2016-01-20
* build: split BUILD_LOG logs per variantFelix Fietkau2016-01-20
* build: use a separate variable checking the subdir path (for host packages)Felix Fietkau2016-01-20
* build: move host build directories of package/* to build_dir/target-*/host/Felix Fietkau2016-01-20
* include: remove trailing whitespacesLuka Perkov2015-03-29
* build: do not process built-in rules for make subdirsFelix Fietkau2014-10-22
* tools: fix stampfile dependency handling when the list of build dirs changes ...Felix Fietkau2014-03-08
* log failed package buildsJohn Crispin2012-06-04
* remove legacy package/foo-compile wrapper targets, people should be used to t...Felix Fietkau2011-05-28
* make the build system a bit more silent without V=99Felix Fietkau2011-04-04
* build: reduce the amount of generated make code for the initial prereq scan -...Felix Fietkau2011-04-03
* build: use a conditional @ sign before silenced targets instead of .SILENT - ...Felix Fietkau2011-04-03
* add configure as package targetRalph Hempel2010-10-05
* fix build dependencies on packages with multiple variants but no selected vir...Felix Fietkau2010-09-20
* add a command for printing a cleaned up make target database - will be used t...Felix Fietkau2010-09-01
* build system: introduce a new feature called build variants. it allows buildi...Felix Fietkau2009-11-10
* move the toolchain_install stampfile to the right place to fix spurious missi...Felix Fietkau2009-07-11
* add dist and distcheck target (to create new source balls)Ralph Hempel2009-05-31
* added BUILD_LOG_DIR variable, make clean will delete the ./logs dirRalph Hempel2009-05-28
* stop build when an error occurs and when BUILDLOG is set (#5160)Florian Fainelli2009-05-26
* add missing $(if) check for build loggingFelix Fietkau2009-04-24
* add BUILD_LOG option to let the build system log all subdir make command outp...Felix Fietkau2009-04-24
* add support for config options checking in top-level directory stampfilesFelix Fietkau2009-04-06
* add makefile target alias package/<name>/host/<target> for host buildsFelix Fietkau2009-03-18
* move host build in packages into a separate namespace: package/<name>/host/<t...Felix Fietkau2009-03-17
* some more build system cleanupFelix Fietkau2008-08-17
* rework parallel building to get rid of some warnings and add back support for...Felix Fietkau2008-08-16
* fix make variable overriding for package makefiles on the command lineFelix Fietkau2008-08-06
* large improvement for parallel builds. works without V=99 now and without war...Felix Fietkau2008-06-09
* add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packagesFelix Fietkau2008-05-07
* make aliases for package targets if the package directories are in further su...Felix Fietkau2007-10-21
* major target cleanup. it is now possible to have subtargets that can override...Felix Fietkau2007-09-08
* fix a dependency bugFelix Fietkau2007-08-30
* avoid rdep in the top level make process (subdir.mk) - it leaks too much memo...Felix Fietkau2007-08-29
* rename 'stampfiles' directory to 'stamp'Nicolas Thill2007-08-21
* build system cleanup/restructuring as described in http://lists.openwrt.org/p...Felix Fietkau2007-08-07
* ignore dependencies when using QUILTFelix Fietkau2007-07-30
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-30
* more cleanupFelix Fietkau2007-07-30
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-30
* fix compile errors with make 3.80Felix Fietkau2007-07-30
* add default command for dummy targetsFelix Fietkau2007-07-28
* more build system cleanupFelix Fietkau2007-07-28
* allow target specific builddir list overrideFelix Fietkau2007-07-28
* add missing flagFelix Fietkau2007-07-28
* don't force the install->compile, compile->prepare dependencies in subdir.mkFelix Fietkau2007-07-28
* initial attempt at cleaning up subdirectory handling. tools/Makefile is now b...Felix Fietkau2007-07-28