summaryrefslogtreecommitdiffstats
path: root/scripts/timestamp.pl
Commit message (Collapse)AuthorAgeFilesLines
* fix timestamp checks for build system paths which have '.svn' in their ↵nbd2010-04-141-1/+1
| | | | | | directory name git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ensure that the timestamp script will follow the path even if it is linkralph2009-03-021-3/+4
| | | | | | | ( in our case the build directory might be a link to a ClearCase dynamic view ) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes ↵nbd2008-09-231-1/+1
| | | | | | #2998) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12674 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change case of conflicting optionnico2007-09-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up recursive dependency handling, use timestamp.pl again, because it ↵nbd2007-08-301-2/+2
| | | | | | saves memory and execution time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* avoid rdep in the top level make process (subdir.mk) - it leaks too much ↵nbd2007-08-291-1/+6
| | | | | | memory and increases the startup time for regular make commands. timestamp.pl is more lightweight here git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the annoying base-files autorebuild bug.nbd2007-01-121-3/+2
| | | | | | | | When checking file mtimes in 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add -f option to timestamp.pl (follow symlinks)nbd2006-08-041-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* credit where credit is duembm2006-06-271-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert; perl version was entirely too slowmbm2006-05-151-22/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3783 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace find call with perl codembm2006-05-151-11/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3782 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix detection of removed packagesnbd2006-04-211-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add proper package dependency handlingnbd2006-04-201-9/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3679 3c298f89-4303-0410-b956-a3cf2f4a3e73
* redirect find stderr to /dev/null in timestamp.plnbd2006-04-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3678 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add timestamp check scriptnbd2006-04-201-0/+40
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3677 3c298f89-4303-0410-b956-a3cf2f4a3e73