summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@kolpackov.net>2011-04-29 15:27:39 +0000
committerBoris Kolpackov <boris@kolpackov.net>2011-04-29 15:27:39 +0000
commit15a79d723de278d76737b5cbb8d7a1afbe72de7b (patch)
tree9399f7cd071ee67505f6f0c8afc95f92d2aaca22 /ChangeLog
parentb34438bee83ee906a23b881f257e684a0993b9b1 (diff)
downloadgunmake-15a79d723de278d76737b5cbb8d7a1afbe72de7b.tar.gz
Delay caching of the file name in eval_makefile() until after all the
expansions and searches are complete. This fixes an assertion in a situation where the MAKEFILES variable contains a file path that contains tilde.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d2155a..e365f6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-29 Boris Kolpackov <boris@codesynthesis.com>
+
+ * read.c (eval_makefile): Delay caching of the file name until after
+ all the expansions and searches.
+
2011-04-17 David A. Wheeler <dwheeler@dwheeler.com>
* doc/make.texi (Reading Makefiles): Document "!=".