diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-02-23 19:43:43 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-02-23 19:43:43 (GMT) |
commit | 0d458ee9fad0f1003938f8d1612cd449c2ff53b8 (patch) | |
tree | 2261a5d912f95563662515842c40f508bb6597ac /src/CHANGES.txt | |
parent | 02080bf85ef1ae7b75476a1fe7402937fbcd2626 (diff) | |
download | SCons-0d458ee9fad0f1003938f8d1612cd449c2ff53b8.zip SCons-0d458ee9fad0f1003938f8d1612cd449c2ff53b8.tar.gz SCons-0d458ee9fad0f1003938f8d1612cd449c2ff53b8.tar.bz2 |
Update description of IMPLICIT_COMMAND_DEPENDENCIES's functional change
Diffstat (limited to 'src/CHANGES.txt')
-rwxr-xr-x | src/CHANGES.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 574f64b..20b99c4 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -29,9 +29,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER From Adam Gross: - Added support for scanning multiple entries in an action string if - IMPLICIT_COMMAND_DEPENDENCIES is set to 2. This opts into more thorough - action scanning where every string in the command is scanned to determine - if it is a non-source and non-target path. + IMPLICIT_COMMAND_DEPENDENCIES is set to 2 or 'all'. This enables more thorough + action scanning where every item in each command line is scanned to determine + if it is a non-source and non-target path and added to the list of implicit dependencies + for the target. - Added support for taking instances of the Value class as implicit dependencies. - Added new module SCons.Scanner.Python to allow scanning .py files. |