From b1fba053d73203c6928b643ba53f1d2c60eb95c1 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 27 Jul 2001 15:34:14 +0000 Subject: [PATCH] * automake.texi (Invoking Automake): Document --Werror and --Wno-error. --- ChangeLog | 5 +++++ NEWS | 2 +- automake.texi | 9 +++++++++ stamp-vti | 2 +- version.texi | 2 +- 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9b705eee..ff7ccdd6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-07-27 Tom Tromey + + * automake.texi (Invoking Automake): Document --Werror and + --Wno-error. + 2001-07-26 Tom Tromey * tests/nolink.test: Added no-exeext. diff --git a/NEWS b/NEWS index 7658ef544..10cbc097a 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ New in 1.4h: * User-side dependency tracking. Developers no longer need GNU make * Python support * Uses DIST_SUBDIRS in some situations when SUBDIRS is conditional -* Many files (but not all) are correctly handled if they appear in subdirs +* Most files are correctly handled if they appear in subdirs For instance, a _DATA file can appear in a subdir * GNU tar is no longer required for `make dist' * Added support for `dist_' and `nodist_' prefixes diff --git a/automake.texi b/automake.texi index 6f44fdf2c..990fdeba9 100644 --- a/automake.texi +++ b/automake.texi @@ -972,6 +972,15 @@ created. @item --version @opindex --version Print the version number of Automake and exit. + +@item --Werror +@itemx --Wno-error +@opindex --Werror +@opindex --Wno-error +@samp{--Werror} will cause all warnings issued by @code{automake} to +become errors. Errors affect the exit status of @code{automake}, while +warnings do not. @samp{--Wno-error}, the default, causes warnings to be +treated as warnings only. @end table diff --git a/stamp-vti b/stamp-vti index 6a93b6349..19a3ffa4d 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 26 July 2001 +@set UPDATED 27 July 2001 @set UPDATED-MONTH July 2001 @set EDITION 1.4i @set VERSION 1.4i diff --git a/version.texi b/version.texi index 6a93b6349..19a3ffa4d 100644 --- a/version.texi +++ b/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 26 July 2001 +@set UPDATED 27 July 2001 @set UPDATED-MONTH July 2001 @set EDITION 1.4i @set VERSION 1.4i -- 2.47.2