diff options
author | Paul Smith <psmith@gnu.org> | 2013-07-09 19:14:40 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-07-09 19:14:40 -0400 |
commit | 5601726151b3856ad26433d632392904ec059368 (patch) | |
tree | 04b9fed5f0a9ccb21cf139e3cd390ce49729e7a7 /tests/ChangeLog | |
parent | 9453a7451d66ee1ea5762a75161bf8a818c01a1f (diff) | |
download | gunmake-5601726151b3856ad26433d632392904ec059368.tar.gz |
Keep a local count of the max dependency list size.
This global variable could be modified during recursion so keep our
own local copy to compare against.
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 7bdc5a1..978349a 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2013-07-09 Paul Smith <psmith@gnu.org> + + * scripts/features/se_implicit: Add a test for SE rules depending + on other SE rules to be built. + 2013-05-26 Paul Smith <psmith@gnu.org> * scripts/features/archives: Test for Savannah bug #38442. |