- Fix env.SConscript() when called with a list of SConscipt files.
(The SConscript() global function already worked properly.)
+ - Add a missing newline to the end of the --debug=explain "unknown
+ reasons" message.
+
From Clive Levinson:
- Make ParseConfig() recognize and add -mno-cygwin to $LINKFLAGS and
fmt_with_title('new: ', newact))
if len(lines) == 0:
- return "rebuilding `%s' for unknown reasons" % self
+ return "rebuilding `%s' for unknown reasons\n" % self
preamble = "rebuilding `%s' because" % self
if len(lines) == 1: