- Add a set of canned PathOption validators: PathExists (the default),
PathIsFile, PathIsDir and PathIsDirCreate.
+ Charles Crain
+
+ - Fix the PharLap linkloc.py module to use target+source arguments
+ when calling env.subst().
+
From Matthew Doar:
- Add support for .lex and .yacc file suffixes for Lex and Yacc files.
if for_signature:
# Expand the contents of any linker command files recursively
subs = 1
- strsub = env.subst(self.cmdline)
+ strsub = env.subst(self.cmdline, target=target, source=source)
while subs:
strsub, subs = _re_linker_command.subn(repl_linker_command, strsub)
return strsub