- Fix a bug introduced in building shared libraries under MinGW.
+ From Kevin Quick:
+
+ - Fix test/chained-build.py on systems that execute within one second.
+
From Anthony Roach:
- Fix use of the --implicit-cache option with timestamp signatures.
options="--max-drift=0 -f SConstruct2",
arguments="foo.out")
+test.sleep() # make sure foo.in rewrite has new mod-time
test.write(['w1', 'foo.in'], "foo.in 2")
test.run(chdir='w1',
options="--max-drift=0 -f SConstruct2",
arguments="foo.out")
+test.sleep() # make sure foo.in rewrite has new mod-time
test.write(['w2', 'foo.in'], "foo.in 2")
test.run(chdir='w2',