diff options
author | Paul Smith <psmith@gnu.org> | 2011-09-12 05:29:58 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2011-09-12 05:29:58 +0000 |
commit | a5c774a51b7bfa564e0e44bfc22213ac55abc562 (patch) | |
tree | 75b3f28061b9cb792899f5b28c0fd1567a6fac2a /tests/ChangeLog | |
parent | 9a9f83e8b52a3923efc6b4cf8c8f444773a30953 (diff) | |
download | gunmake-a5c774a51b7bfa564e0e44bfc22213ac55abc562.tar.gz |
Ensure variables defined in $(call ...) have global scope
Add a note about using #!/usr/bin/make -f to the manual.
Clean up the w32 subdirectory in the dist tarball.
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 03983ec..a574724 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2011-09-12 Paul Smith <psmith@gnu.org> + + * scripts/functions/call: Verify that using export in a $(call ...) + context creates a global variable. See Savannah bug #32498. + 2011-09-02 Paul Smith <psmith@gnu.org> * scripts/options/dash-n: Verify that in "-n -t", the -n takes |