aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/timestamp.pl
Commit message (Collapse)AuthorAgeFilesLines
* fix timestamp checks for build system paths which have '.svn' in their ↵Felix Fietkau2010-04-141-1/+1
| | | | | | directory name SVN-Revision: 20856
* ensure that the timestamp script will follow the path even if it is link ( ↵Ralph Hempel2009-03-021-3/+4
| | | | | | in our case the build directory might be a link to a ClearCase dynamic view ) SVN-Revision: 14728
* use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes ↵Felix Fietkau2008-09-231-1/+1
| | | | | | #2998) SVN-Revision: 12674
* change case of conflicting optionNicolas Thill2007-09-031-1/+1
| | | | SVN-Revision: 8579
* clean up recursive dependency handling, use timestamp.pl again, because it ↵Felix Fietkau2007-08-301-2/+2
| | | | | | saves memory and execution time SVN-Revision: 8558
* avoid rdep in the top level make process (subdir.mk) - it leaks too much ↵Felix Fietkau2007-08-291-1/+6
| | | | | | memory and increases the startup time for regular make commands. timestamp.pl is more lightweight here SVN-Revision: 8533
* Fix the annoying base-files autorebuild bug. When checking file mtimes in ↵Felix Fietkau2007-01-121-3/+2
| | | | | | directories, timestamp.pl was following symlinks. This broke on base-files, because there are symlinks to /tmp and to /proc/mounts in the build directory. SVN-Revision: 6084
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+64