diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-22 12:13:28 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-22 17:10:35 -0400 |
commit | 0296e40fc73d88b33e78899f95ef7b6c1a957d06 (patch) | |
tree | 9d37ecd654330e2208421534e9d2d88896b779f9 /ChangeLog | |
parent | f69922b335df7c5879142f5732f481d4f52548c6 (diff) | |
download | gunmake-0296e40fc73d88b33e78899f95ef7b6c1a957d06.tar.gz |
Allow loaded objects to opt out of the "auto-rebuild" feature.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2013-09-22 Paul Smith <psmith@gnu.org> + * read.c (eval): If load_file() returns -1, don't add this to the + "to be rebuilt" list. + * doc/make.texi (load Directive): Document it. + * guile.c (guile_gmake_setup): Don't initialize Guile so early. (func_guile): Lazily initialize Guile the first time the $(guile ..) function is invoked. Guile can steal file descriptors which |