Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix timestamp checks for build system paths which have '.svn' in their ↵ | Felix Fietkau | 2010-04-14 |
| | | | | | | directory name SVN-Revision: 20856 | ||
* | ensure that the timestamp script will follow the path even if it is link ( ↵ | Ralph Hempel | 2009-03-02 |
| | | | | | | 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 Fietkau | 2008-09-23 |
| | | | | | | #2998) SVN-Revision: 12674 | ||
* | change case of conflicting option | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8579 | ||
* | clean up recursive dependency handling, use timestamp.pl again, because it ↵ | Felix Fietkau | 2007-08-30 |
| | | | | | | saves memory and execution time SVN-Revision: 8558 | ||
* | avoid rdep in the top level make process (subdir.mk) - it leaks too much ↵ | Felix Fietkau | 2007-08-29 |
| | | | | | | 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 Fietkau | 2007-01-12 |
| | | | | | | 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 trunk | Felix Fietkau | 2016-03-20 |