H. Peter Anvin
c0d6066d99
syncfiles: use #-- ... --# for consistency with mkdep.pl
...
mkdep.pl already used #-- ... --# (two dashes) whereas syncfiles.pl
was using #--- ... ---# (three dashes). Change syncfiles.pl to match
mkdep.pl.
2008-06-15 23:50:50 -07:00
H. Peter Anvin
c5d8030768
syncfiles: terminate directory names at equal signs
...
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.
2008-06-15 23:43:44 -07:00
H. Peter Anvin
85a6670ebe
syncfiles: use the same regexp for hints as mkdep uses
...
Use the same regular expression for hints in both mkdep and syncfiles.
2008-06-15 18:35:01 -07:00
H. Peter Anvin
19b741835f
syncfiles: handle the case of the null path separator
...
Correctly handle the null path separator (meaning remove the directory
portion entirely.)
2008-06-15 18:33:03 -07:00
H. Peter Anvin
d710e2be26
syncfiles.pl: remove obsolete comment
...
There isn't anything magic about the input file syntax.
2008-06-15 17:52:45 -07:00
H. Peter Anvin
7806e96508
Script to automagically synchronize the object file lists
...
Add a script to automagically synchronize the list of object files
between the various Makefiles.
2008-06-15 16:54:29 -07:00