setup ChangeLog Makefile.am

maxb@sourceware.org maxb@sourceware.org
Mon Aug 30 16:26:00 GMT 2004


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  <maxb@ukf.net>
	
	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



More information about the Cygwin-apps-cvs mailing list