Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a command for printing a cleaned up make target database - will be used ↵ | Felix Fietkau | 2010-09-01 | 1 | -5/+8 |
| | | | | | | to analyze package dependencies at some point SVN-Revision: 22871 | ||||
* | build system: introduce a new feature called build variants. it allows ↵ | Felix Fietkau | 2009-11-10 | 1 | -1/+3 |
| | | | | | | building a package multiple times in one pass with different build dirs, based on the same build settings. replaces templating hacks like the one used in the hostapd package SVN-Revision: 18357 | ||||
* | move the toolchain_install stampfile to the right place to fix spurious ↵ | Felix Fietkau | 2009-07-11 | 1 | -2/+2 |
| | | | | | | missing toolchain errors after cleaning stuff SVN-Revision: 16776 | ||||
* | add dist and distcheck target (to create new source balls) | Ralph Hempel | 2009-05-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 16230 | ||||
* | added BUILD_LOG_DIR variable, make clean will delete the ./logs dir | Ralph Hempel | 2009-05-28 | 1 | -2/+2 |
| | | | | SVN-Revision: 16148 | ||||
* | stop build when an error occurs and when BUILDLOG is set (#5160) | Florian Fainelli | 2009-05-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 16079 | ||||
* | add missing $(if) check for build logging | Felix Fietkau | 2009-04-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 15366 | ||||
* | add BUILD_LOG option to let the build system log all subdir make command ↵ | Felix Fietkau | 2009-04-24 | 1 | -1/+2 |
| | | | | | | output to individual files (useful for debugging parallel builds) SVN-Revision: 15362 | ||||
* | add support for config options checking in top-level directory stampfiles | Felix Fietkau | 2009-04-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 15112 | ||||
* | add makefile target alias package/<name>/host/<target> for host builds | Felix Fietkau | 2009-03-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 14944 | ||||
* | move host build in packages into a separate namespace: ↵ | Felix Fietkau | 2009-03-17 | 1 | -0/+5 |
| | | | | | | package/<name>/host/<target> this allows dependencies between host and target packages, and saves unnecessary host builds for packages that contain both variants SVN-Revision: 14905 | ||||
* | some more build system cleanup | Felix Fietkau | 2008-08-17 | 1 | -2/+1 |
| | | | | SVN-Revision: 12329 | ||||
* | rework parallel building to get rid of some warnings and add back support ↵ | Felix Fietkau | 2008-08-16 | 1 | -1/+1 |
| | | | | | | for parallelizing the kernel build fixes #3882 SVN-Revision: 12322 | ||||
* | fix make variable overriding for package makefiles on the command line | Felix Fietkau | 2008-08-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 12204 | ||||
* | large improvement for parallel builds. works without V=99 now and without ↵ | Felix Fietkau | 2008-06-09 | 1 | -2/+2 |
| | | | | | | warnings. tested with -j on an 2x dual core opteron machine SVN-Revision: 11414 | ||||
* | add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packages | Felix Fietkau | 2008-05-07 | 1 | -1/+2 |
| | | | | SVN-Revision: 11059 | ||||
* | make aliases for package targets if the package directories are in further ↵ | Felix Fietkau | 2007-10-21 | 1 | -0/+6 |
| | | | | | | subdirectories example: if there is a package/libs/foo/compile, then package/foo/compile will be an alias for it SVN-Revision: 9384 | ||||
* | major target cleanup. it is now possible to have subtargets that can ↵ | Felix Fietkau | 2007-09-08 | 1 | -2/+2 |
| | | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694 | ||||
* | fix a dependency bug | Felix Fietkau | 2007-08-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 8561 | ||||
* | avoid rdep in the top level make process (subdir.mk) - it leaks too much ↵ | Felix Fietkau | 2007-08-29 | 1 | -7/+3 |
| | | | | | | memory and increases the startup time for regular make commands. timestamp.pl is more lightweight here SVN-Revision: 8533 | ||||
* | rename 'stampfiles' directory to 'stamp' | Nicolas Thill | 2007-08-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 8455 | ||||
* | build system cleanup/restructuring as described in ↵ | Felix Fietkau | 2007-08-07 | 1 | -1/+1 |
| | | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362 | ||||
* | ignore dependencies when using QUILT | Felix Fietkau | 2007-07-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 8244 | ||||
* | next round of cleanup, convert target/ - make -j works now ;) | Felix Fietkau | 2007-07-30 | 1 | -3/+10 |
| | | | | SVN-Revision: 8242 | ||||
* | more cleanup | Felix Fietkau | 2007-07-30 | 1 | -1/+6 |
| | | | | SVN-Revision: 8238 | ||||
* | next round of build system cleanup - convert package/ to new structure | Felix Fietkau | 2007-07-30 | 1 | -37/+19 |
| | | | | SVN-Revision: 8236 | ||||
* | fix compile errors with make 3.80 | Felix Fietkau | 2007-07-30 | 1 | -3/+6 |
| | | | | SVN-Revision: 8230 | ||||
* | add default command for dummy targets | Felix Fietkau | 2007-07-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 8209 | ||||
* | more build system cleanup | Felix Fietkau | 2007-07-28 | 1 | -2/+2 |
| | | | | SVN-Revision: 8206 | ||||
* | allow target specific builddir list override | Felix Fietkau | 2007-07-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 8204 | ||||
* | add missing flag | Felix Fietkau | 2007-07-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 8203 | ||||
* | don't force the install->compile, compile->prepare dependencies in subdir.mk | Felix Fietkau | 2007-07-28 | 1 | -3/+1 |
| | | | | SVN-Revision: 8202 | ||||
* | initial attempt at cleaning up subdirectory handling. tools/Makefile is now ↵ | Felix Fietkau | 2007-07-28 | 1 | -0/+63 |
being included instead of recursively called SVN-Revision: 8201 |