From: Alexandre Duret-Lutz Date: Mon, 31 May 2004 21:48:25 +0000 (+0000) Subject: * NEWS: Make clearer that we do not output partial Makefile.ins on X-Git-Tag: Release-1-8d~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=948df5cb050652b7d69bcf8242f8cb12d8c18951;p=thirdparty%2Fautomake.git * NEWS: Make clearer that we do not output partial Makefile.ins on error. Suggested by Akim Demaille. --- diff --git a/ChangeLog b/ChangeLog index ee2a088db..d28de58a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-05-31 Alexandre Duret-Lutz + * NEWS: Make clearer that we do not output partial Makefile.ins on + error. + Suggested by Akim Demaille. + * lib/depcomp (tru64) [libtool]: Use $dir$base.o.d instead of $dir.libs/$base.o.d. Libtool 1.5 causes both to be output, and we will clean the second automatically during distclean. diff --git a/NEWS b/NEWS index a95b48494..e8cf0fc51 100644 --- a/NEWS +++ b/NEWS @@ -81,8 +81,9 @@ New in 1.8c: - Diagnose AC_CONFIG_AUX_DIR calls following AM_INIT_AUTOMAKE. (PR/49) - - Automake stops writing Makefile.ins as soons as it encounters an - error. (Warnings will not prevent output, but remember they can + - Automake will not write any Makefile.ins after the first error it + encounters. The previous Makefile.ins (if any) will be left in + place. (Warnings will not prevent output, but remember they can be turned into errors with -Werror.) - The restriction that SUBDIRS must contain direct children is gone.