automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: FYI: document --Werror


From: Tom Tromey
Subject: Patch: FYI: document --Werror
Date: 27 Jul 2001 10:01:01 -0600

I'm checking this in.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        * automake.texi (Invoking Automake): Document --Werror and
        --Wno-error.

Index: NEWS
===================================================================
RCS file: /cvs/automake/automake/NEWS,v
retrieving revision 1.148
diff -u -r1.148 NEWS
--- NEWS 2001/07/04 15:29:37 1.148
+++ NEWS 2001/07/27 15:33:24
@@ -7,7 +7,7 @@
 * 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
Index: automake.texi
===================================================================
RCS file: /cvs/automake/automake/automake.texi,v
retrieving revision 1.229
diff -u -r1.229 automake.texi
--- automake.texi 2001/07/27 02:29:42 1.229
+++ automake.texi 2001/07/27 15:33:29
@@ -972,6 +972,15 @@
 @item --version
 @opindex --version
 Print the version number of Automake and exit.
+
address@hidden --Werror
address@hidden --Wno-error
address@hidden --Werror
address@hidden --Wno-error
address@hidden 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
 
 
Index: stamp-vti
===================================================================
RCS file: /cvs/automake/automake/stamp-vti,v
retrieving revision 1.128
diff -u -r1.128 stamp-vti
--- stamp-vti 2001/07/27 00:02:43 1.128
+++ stamp-vti 2001/07/27 15:33:29
@@ -1,4 +1,4 @@
address@hidden UPDATED 26 July 2001
address@hidden UPDATED 27 July 2001
 @set UPDATED-MONTH July 2001
 @set EDITION 1.4i
 @set VERSION 1.4i
Index: version.texi
===================================================================
RCS file: /cvs/automake/automake/version.texi,v
retrieving revision 1.201
diff -u -r1.201 version.texi
--- version.texi 2001/07/27 00:02:43 1.201
+++ version.texi 2001/07/27 15:33:29
@@ -1,4 +1,4 @@
address@hidden UPDATED 26 July 2001
address@hidden UPDATED 27 July 2001
 @set UPDATED-MONTH July 2001
 @set EDITION 1.4i
 @set VERSION 1.4i



reply via email to

[Prev in Thread] Current Thread [Next in Thread]