diff options
author | Daniel Moody <dmoody256@gmail.com> | 2022-06-07 19:23:10 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2022-06-07 19:23:10 (GMT) |
commit | 97a265e6da13a6a3827c599c23271b60aadef176 (patch) | |
tree | dbf4de949fe136ea933382bb6fd3b6747566a878 /CHANGES.txt | |
parent | daeff32f5b69c29a3235d710dd000012df080c73 (diff) | |
download | SCons-97a265e6da13a6a3827c599c23271b60aadef176.zip SCons-97a265e6da13a6a3827c599c23271b60aadef176.tar.gz SCons-97a265e6da13a6a3827c599c23271b60aadef176.tar.bz2 |
Added new alias 'shutdown-ninja-scons-daemon' to allow ninja to shutdown the daemon
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 03692d6..9db19a8 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -116,6 +116,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER Note that these are called for every build command run by SCons. It could have considerable performance impact if not used carefully. to connect to the server during start up. + -Ninja: Added new alias "shutdown-ninja-scons-daemon" to allow ninja to shutdown the daemon. + Also added cleanup to test framework to kill ninja scons daemons and clean ip daemon logs. From Mats Wichmann: - Tweak the way default site_scons paths on Windows are expressed to |