diff options
author | Paul Smith <psmith@gnu.org> | 2000-03-26 06:56:54 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-03-26 06:56:54 +0000 |
commit | a81013175c2b335c295378b0c826bdbede9fd0c4 (patch) | |
tree | d4dcc537b40b129bd0779bc31e1686e217a9585a /tests/ChangeLog | |
parent | 75f879f37f8c8e6b671c558ab85b3926c96fbb0c (diff) | |
download | gunmake-a81013175c2b335c295378b0c826bdbede9fd0c4.tar.gz |
* Ignore attempt to change a file into itself.
* Define COFLAGS to avoid unknown variable warning.
* Fix some usec problems on UnixWare.
* Don't remove .INTERMEDIATE targets specified on the command line.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 6fba7ea..4d859ad 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2000-03-26 Paul D. Smith <psmith@gnu.org> + + * scripts/targets/INTERMEDIATE: Test that make doesn't remove + .INTERMEDIATE files when given on the command line (PR/1669). + 2000-02-07 Paul D. Smith <psmith@gnu.org> * scripts/features/escape: Add a test for backslash-escaped spaces |