From 0d458ee9fad0f1003938f8d1612cd449c2ff53b8 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 23 Feb 2020 14:43:43 -0500 Subject: Update description of IMPLICIT_COMMAND_DEPENDENCIES's functional change --- src/CHANGES.txt | 7 ++++--- 1 file 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. -- cgit v0.12