summaryrefslogtreecommitdiff
path: root/syncfiles.pl
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright verbiage to Perl scripts; update LICENSEH. Peter Anvin2009-06-281-0/+33
| | | | | | | | This adds copyright verbiage to the Perl scripts. Scripts that are known to be clean w.r.t. the 2-clause BSD license are given that license; unclear ones are given the "LGPL for now". Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* syncfiles: use #-- ... --# for consistency with mkdep.plH. Peter Anvin2008-06-151-2/+2
| | | | | | mkdep.pl already used #-- ... --# (two dashes) whereas syncfiles.pl was using #--- ... ---# (three dashes). Change syncfiles.pl to match mkdep.pl.
* syncfiles: terminate directory names at equal signsH. Peter Anvin2008-06-151-1/+1
| | | | | | In the case where the directory name should be removed (null pathname separator) don't search backwards past an equal sign, just in case there isn't a space after the assignment.
* syncfiles: use the same regexp for hints as mkdep usesH. Peter Anvin2008-06-151-1/+1
| | | | Use the same regular expression for hints in both mkdep and syncfiles.
* syncfiles: handle the case of the null path separatorH. Peter Anvin2008-06-151-2/+10
| | | | | Correctly handle the null path separator (meaning remove the directory portion entirely.)
* syncfiles.pl: remove obsolete commentH. Peter Anvin2008-06-151-1/+0
| | | | There isn't anything magic about the input file syntax.
* Script to automagically synchronize the object file listsH. Peter Anvin2008-06-151-0/+86
Add a script to automagically synchronize the list of object files between the various Makefiles.