diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ -1999-09-17 Paul D. Smith <psmith@gnu.org> +1999-09-22 Paul D. Smith <psmith@gnu.org> * Version 3.78 released. + * main.c (main): Only fail on multiple --jobserver-fds options if + they aren't all the same. Some makefiles use things like + $(MAKE) $(MFLAGS) which will cause multiple, identical copies of + --jobserver-fds to show up. + 1999-09-16 Paul D. Smith <psmith@gnu.org> * main.c (define_makeflags): Zero out FLAGSTRING to avoid |