summaryrefslogtreecommitdiffstats
path: root/include/depends.mk
Commit message (Collapse)AuthorAgeFilesLines
* include: remove trailing whitespacesLuka Perkov2015-03-291-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 45127
* change the recursive dependency template to use more make evaluation - the ↵Felix Fietkau2010-11-241-21/+22
| | | | | | shell command got so long that it triggered "Argument list too long" on some systems (#8231) SVN-Revision: 24131
* ignore vim .swp files when scanning for updates (#7867)Jo-Philipp Wich2010-09-031-1/+1
| | | | SVN-Revision: 22880
* speed up the build system by including include/shell.sh on shell commands ↵Felix Fietkau2010-08-191-1/+1
| | | | | | only where necessary SVN-Revision: 22720
* fix timestamp checks for build system paths which have '.svn' in their ↵Felix Fietkau2010-04-141-1/+1
| | | | | | directory name SVN-Revision: 20856
* add autorebuild check for menuconfigFelix Fietkau2007-10-141-1/+1
| | | | SVN-Revision: 9301
* clean up recursive dependency handling, use timestamp.pl again, because it ↵Felix Fietkau2007-08-301-15/+31
| | | | | | saves memory and execution time SVN-Revision: 8558
* fix a rebuild bug related to quiltFelix Fietkau2007-07-301-3/+5
| | | | SVN-Revision: 8255
* ignore filenames that can cause problems for the recursive dependency handlingFelix Fietkau2007-07-261-2/+2
| | | | SVN-Revision: 8171
* fix recursive dependencies on build directories - should lead to fewer ↵Felix Fietkau2007-05-091-8/+9
| | | | | | spontaneous rebuilds SVN-Revision: 7151
* ignore errors in the find command for dep checksFelix Fietkau2007-04-181-1/+1
| | | | SVN-Revision: 6997
* clean up dependency handling for autorebuildsFelix Fietkau2007-04-151-0/+28
SVN-Revision: 6956