summaryrefslogtreecommitdiffstats
path: root/include/subdir.mk
Commit message (Expand)AuthorAgeFilesLines
* kernel-build.mk: add support for compiling only DTSChristian Marangi2024-02-081-0/+3
* build: allow package to be built for all variantsEneas U de Queiroz2021-11-151-1/+1
* build: add SUBDIR_MAKE_DEBUG variable to make it easier to debug package make...Felix Fietkau2021-11-041-1/+1
* build: avoid rebuilds of unset VARIANT packagesEneas U de Queiroz2021-11-011-4/+6
* build: use SPDX license tagsPaul Spooren2021-02-051-5/+2
* include/subdir: on build failure always print errorKarel Kočí2020-11-271-3/+3
* build: remove GNU time dependencyJo-Philipp Wich2018-08-051-1/+1
* build: add busybox support to `time` prereq-checkAndy Boyett2018-06-181-1/+1
* build: log time taken by each packages/stepsEtienne Champetier2018-05-071-0/+1
* build: allow building an individual subdir without dependencies using NO_DEPS=1Felix Fietkau2017-02-211-2/+2
* build: make <subdir>/install opt-in, use it for target/ onlyFelix Fietkau2017-02-091-2/+2
* build: fix CONFIG_AUTOREMOVE for packages with multiple variantsFelix Fietkau2017-01-221-1/+1
* build: add support for automatically removing build dir contents during buildFelix Fietkau2017-01-181-3/+17
* build: define common subdir targets in rules.mkFelix Fietkau2017-01-181-1/+1
* build: implement make check and make package/X/checkFelix Fietkau2016-12-171-1/+1
* build: add logging for package host buildsFelix Fietkau2016-01-201-2/+18
* build: split BUILD_LOG logs per variantFelix Fietkau2016-01-201-2/+2
* build: use a separate variable checking the subdir path (for host packages)Felix Fietkau2016-01-201-2/+2
* build: move host build directories of package/* to build_dir/target-*/host/Felix Fietkau2016-01-201-2/+2
* include: remove trailing whitespacesLuka Perkov2015-03-291-1/+1
* build: do not process built-in rules for make subdirsFelix Fietkau2014-10-221-2/+2
* tools: fix stampfile dependency handling when the list of build dirs changes ...Felix Fietkau2014-03-081-1/+1
* log failed package buildsJohn Crispin2012-06-041-2/+5
* remove legacy package/foo-compile wrapper targets, people should be used to t...Felix Fietkau2011-05-281-2/+0
* make the build system a bit more silent without V=99Felix Fietkau2011-04-041-1/+1
* build: reduce the amount of generated make code for the initial prereq scan -...Felix Fietkau2011-04-031-2/+7
* build: use a conditional @ sign before silenced targets instead of .SILENT - ...Felix Fietkau2011-04-031-4/+2
* add configure as package targetRalph Hempel2010-10-051-1/+1
* fix build dependencies on packages with multiple variants but no selected vir...Felix Fietkau2010-09-201-1/+1
* add a command for printing a cleaned up make target database - will be used t...Felix Fietkau2010-09-011-5/+8
* build system: introduce a new feature called build variants. it allows buildi...Felix Fietkau2009-11-101-1/+3
* move the toolchain_install stampfile to the right place to fix spurious missi...Felix Fietkau2009-07-111-2/+2
* add dist and distcheck target (to create new source balls)Ralph Hempel2009-05-311-1/+1
* added BUILD_LOG_DIR variable, make clean will delete the ./logs dirRalph Hempel2009-05-281-2/+2
* stop build when an error occurs and when BUILDLOG is set (#5160)Florian Fainelli2009-05-261-1/+1
* add missing $(if) check for build loggingFelix Fietkau2009-04-241-1/+1
* add BUILD_LOG option to let the build system log all subdir make command outp...Felix Fietkau2009-04-241-1/+2
* add support for config options checking in top-level directory stampfilesFelix Fietkau2009-04-061-2/+2
* add makefile target alias package/<name>/host/<target> for host buildsFelix Fietkau2009-03-181-0/+1
* move host build in packages into a separate namespace: package/<name>/host/<t...Felix Fietkau2009-03-171-0/+5
* some more build system cleanupFelix Fietkau2008-08-171-2/+1
* rework parallel building to get rid of some warnings and add back support for...Felix Fietkau2008-08-161-1/+1
* fix make variable overriding for package makefiles on the command lineFelix Fietkau2008-08-061-1/+1
* large improvement for parallel builds. works without V=99 now and without war...Felix Fietkau2008-06-091-2/+2
* add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packagesFelix Fietkau2008-05-071-1/+2
* make aliases for package targets if the package directories are in further su...Felix Fietkau2007-10-211-0/+6
* major target cleanup. it is now possible to have subtargets that can override...Felix Fietkau2007-09-081-2/+2
* fix a dependency bugFelix Fietkau2007-08-301-1/+1
* avoid rdep in the top level make process (subdir.mk) - it leaks too much memo...Felix Fietkau2007-08-291-7/+3
* rename 'stampfiles' directory to 'stamp'Nicolas Thill2007-08-211-1/+1