summaryrefslogtreecommitdiffstats
path: root/include/subdir.mk
Commit message (Collapse)AuthorAgeFilesLines
* add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packagesFelix Fietkau2008-05-071-1/+2
| | | | SVN-Revision: 11059
* make aliases for package targets if the package directories are in further ↵Felix Fietkau2007-10-211-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 Fietkau2007-09-081-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 bugFelix Fietkau2007-08-301-1/+1
| | | | SVN-Revision: 8561
* avoid rdep in the top level make process (subdir.mk) - it leaks too much ↵Felix Fietkau2007-08-291-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 Thill2007-08-211-1/+1
| | | | SVN-Revision: 8455
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-1/+1
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* ignore dependencies when using QUILTFelix Fietkau2007-07-301-1/+1
| | | | SVN-Revision: 8244
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-301-3/+10
| | | | SVN-Revision: 8242
* more cleanupFelix Fietkau2007-07-301-1/+6
| | | | SVN-Revision: 8238
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-301-37/+19
| | | | SVN-Revision: 8236
* fix compile errors with make 3.80Felix Fietkau2007-07-301-3/+6
| | | | SVN-Revision: 8230
* add default command for dummy targetsFelix Fietkau2007-07-281-1/+1
| | | | SVN-Revision: 8209
* more build system cleanupFelix Fietkau2007-07-281-2/+2
| | | | SVN-Revision: 8206
* allow target specific builddir list overrideFelix Fietkau2007-07-281-1/+1
| | | | SVN-Revision: 8204
* add missing flagFelix Fietkau2007-07-281-1/+1
| | | | SVN-Revision: 8203
* don't force the install->compile, compile->prepare dependencies in subdir.mkFelix Fietkau2007-07-281-3/+1
| | | | SVN-Revision: 8202
* initial attempt at cleaning up subdirectory handling. tools/Makefile is now ↵Felix Fietkau2007-07-281-0/+63
being included instead of recursively called SVN-Revision: 8201