summaryrefslogtreecommitdiffstats
path: root/scripts/timestamp.pl
Commit message (Expand)AuthorAgeFilesLines
* fix timestamp checks for build system paths which have '.svn' in their direct...nbd2010-04-141-1/+1
* ensure that the timestamp script will follow the path even if it is linkralph2009-03-021-3/+4
* use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes ...nbd2008-09-231-1/+1
* change case of conflicting optionnico2007-09-031-1/+1
* clean up recursive dependency handling, use timestamp.pl again, because it sa...nbd2007-08-301-2/+2
* avoid rdep in the top level make process (subdir.mk) - it leaks too much memo...nbd2007-08-291-1/+6
* Fix the annoying base-files autorebuild bug.nbd2007-01-121-3/+2
* add -f option to timestamp.pl (follow symlinks)nbd2006-08-041-2/+4
* credit where credit is duembm2006-06-271-0/+7
* revert; perl version was entirely too slowmbm2006-05-151-22/+11
* replace find call with perl codembm2006-05-151-11/+22
* fix detection of removed packagesnbd2006-04-211-1/+0
* add proper package dependency handlingnbd2006-04-201-9/+25
* redirect find stderr to /dev/null in timestamp.plnbd2006-04-201-1/+1
* add timestamp check scriptnbd2006-04-201-0/+40