diff options
author | Steven Knight <knight@baldmt.com> | 2003-10-07 06:08:46 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-10-07 06:08:46 (GMT) |
commit | 15f50a47c4cc226b9326d3bb1271e26a62644f22 (patch) | |
tree | cab7e290af3df76856fdd92fd923af12b61481cc /src/CHANGES.txt | |
parent | 4f8244d481caa54c663a24d9efdf4c0a592230fc (diff) | |
download | SCons-15f50a47c4cc226b9326d3bb1271e26a62644f22.zip SCons-15f50a47c4cc226b9326d3bb1271e26a62644f22.tar.gz SCons-15f50a47c4cc226b9326d3bb1271e26a62644f22.tar.bz2 |
Don't remove temporary files on win32 with rm when cygwin is not in use. (Anthony Roach) Win32 portability fixes.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index a5d2b3d..fd9fca6 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -128,6 +128,11 @@ RELEASE X.XX - XXX - Have the closing message say "...terminated because of errors" if there were any. + From Anthony Roach: + + - On Win32 systems, only use "rm" to delete files if Cygwin is being + used. ("rm" doesn't understand Win32-format path names.) + From Christoph Wiedemann: - Fix test/SWIG.py to find the Python include directory in all cases. |