automake
[Top][All Lists]
Advanced

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

--Werror and --add-missing don't work toghether


From: Pavel Roskin
Subject: --Werror and --add-missing don't work toghether
Date: Tue, 13 Mar 2001 14:52:15 -0500 (EST)

Hello!

CVS Automake uses am_line_error() to inform the user that it's installing
files. As a result, --Werror causes Automake to exit after it installs the
first file:

$ automake --Werror --add-missing; echo $?
automake: Makefile.am: installing `./INSTALL'
2
$ automake --Werror --add-missing; echo $?
automake: Makefile.am: required file `./NEWS' not found
2

Sorry, no patch.

Regards,
Pavel Roskin




reply via email to

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