diff options
author | Boris Kolpackov <boris@kolpackov.net> | 2005-08-13 19:24:49 +0000 |
---|---|---|
committer | Boris Kolpackov <boris@kolpackov.net> | 2005-08-13 19:24:49 +0000 |
commit | bf58e35105696abf9f68f8e1536a3bbfa73ad60e (patch) | |
tree | 213aa0299cb7d6ff3b0ca0af7a70c894deb44eea /tests/ChangeLog | |
parent | e437226241ac0c1776ac1c82688a472b3f8ed581 (diff) | |
download | gunmake-bf58e35105696abf9f68f8e1536a3bbfa73ad60e.tar.gz |
Wrapped calls to $(wildcard ) with $(sort) so that the resulting order
is no longer filesystem-dependant.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index cb3edeb..9506a3f 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2005-08-13 Boris Kolpackov <boris@kolpackov.net> + + * scripts/functions/wildcard: Wrap calls to $(wildcard ) with + $(sort) so that the resulting order is no longer filesystem- + dependant. + 2005-08-10 Boris Kolpackov <boris@kolpackov.net> * scripts/features/statipattrules: Add a test for Savannah bug #13881. |