summaryrefslogtreecommitdiffstats
path: root/test/IDL
diff options
context:
space:
mode:
authorWilliam Blevins <wblevins@gmail.com>2015-08-07 14:29:05 (GMT)
committerWilliam Blevins <wblevins@gmail.com>2015-08-07 14:29:05 (GMT)
commit352c0ef0203f0f09de077d1662f95d896f08ff1c (patch)
tree93b16a3742f25bfa2c0674957a2791d587c882c7 /test/IDL
parent27ae977d3fa04e29166e172fa64f7b5439d9f0c8 (diff)
downloadSCons-352c0ef0203f0f09de077d1662f95d896f08ff1c.zip
SCons-352c0ef0203f0f09de077d1662f95d896f08ff1c.tar.gz
SCons-352c0ef0203f0f09de077d1662f95d896f08ff1c.tar.bz2
Issue 2264: removed implicit dependency recursion from install targets.
Resolves performance issue with implicit dependencies (without builders) reinstalling. Example (C++): A.h includes B.h and both are installed somewhere. B.h is updated so both A.h and B.h would be reinstalled because B.h changed. A.h didn't need to be reinstalled for obvious reasons. Background info: this was already an issue for any scanner added to SCANNERS environment. Did not occur originally because default scanners not in SCANNERS environment.
Diffstat (limited to 'test/IDL')
-rw-r--r--test/IDL/IDLSUFFIXES.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/IDL/IDLSUFFIXES.py b/test/IDL/IDLSUFFIXES.py
index f71ceba..0a9a50c 100644
--- a/test/IDL/IDLSUFFIXES.py
+++ b/test/IDL/IDLSUFFIXES.py
@@ -60,11 +60,6 @@ test.up_to_date(arguments='.')
test.write('foo.h', "foo.h 2\n")
-test.run(arguments='.', stdout=test.wrap_stdout("""\
-Install file: "foo.idl" as "foo_idl"
-Install file: "foo.x" as "foo_x"
-"""))
-
test.up_to_date(arguments='.')
test.pass_test()