From a5c774a51b7bfa564e0e44bfc22213ac55abc562 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 12 Sep 2011 05:29:58 +0000 Subject: 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. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 34411cf..53ea481 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2011-09-12 Paul Smith + + * read.c (eval): Ensure exported variables are defined in the + global scope. Fixes Savannah bug #32498. + +2011-09-11 Paul Smith + + * Makefile.am (dist-hook): Remove w32/Makefile and .deps/ from the + dist file. Fixes Savannah bug #31489. + + * doc/make.texi (Complex Makefile): Add a hint about using + #!/usr/bin/make (for Savannah support request #106459) + 2011-09-02 Paul Smith * remake.c (touch_file): If we have both -n and -t, -n takes -- cgit v1.2.3