From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9269 invoked by alias); 30 Aug 2004 16:26:04 -0000 Mailing-List: contact cygwin-apps-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sources.redhat.com Received: (qmail 9255 invoked by uid 9365); 30 Aug 2004 16:26:04 -0000 Date: Mon, 30 Aug 2004 16:26:00 -0000 Message-ID: <20040830162604.9253.qmail@sourceware.org> From: maxb@sourceware.org To: cygwin-apps-cvs@sources.redhat.com Subject: setup ChangeLog Makefile.am X-SW-Source: 2004-q3/txt/msg00012.txt.bz2 List-Id: CVSROOT: /cvs/cygwin-apps Module name: setup Changes by: maxb@sourceware.org 2004-08-30 16:26:04 Modified files: . : ChangeLog Makefile.am Log message: 2004-08-30 Max Bowsher Rework the implementation of not including -Werror for specific files, to a way that does not require hardcoding modified automake output back into its input. * Makefile.am (AM_CXXFLAGS, BASECXXFLAGS): Seperate out -Werror. (autoload.o): Drop this rule, -finline-functions is no longer required and -Werror is acceptable here now we have __attribute__ ((used)). (WARNONLY_CFLAGS, inilex.o): Drop these. (EXTRA_PROGRAMS): Add a fake "warnonly" program. (warnonly_CXXFLAGS): Set to the $(BASECXXFLAGS). (warnonly_SOURCES): Set to "inilex.cc". (EXTRA_setup_SOURCES): Set to $(warnonly_SOURCES). (setup_SOURCES): Remove "inilex.cc". (setup_LDADD): Add "warnonly-inilex.o". Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.432&r2=2.433 http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.37&r2=2.38