to {Target,Source}Signatures(). Deprecate the old names but support
them for backwards compatibility.
+ From Damyan Pepper:
+
+ - Quote the "Entering directory" message like Make.
+
From Stefan Reichor:
- Add support for using Ghostscript to convert Postscript to PDF files.
else:
script_dir = ''
if script_dir:
- display("scons: Entering directory %s" % script_dir)
+ display("scons: Entering directory `%s'" % script_dir)
os.chdir(script_dir)
else:
raise SCons.Errors.UserError, "No SConstruct file found."
f4b_out = os.path.join('build', 'dir', 'f4b.out')
test.run(chdir = 'sub4',
arguments = '-u',
- stdout = "scons: Entering directory %s\n" % test.workpath() + \
+ stdout = "scons: Entering directory `%s'\n" % test.workpath() + \
test.wrap_stdout("""\
scons: building associated BuildDir targets: build
cat("%s", "%s")