This is the mail archive of the cygwin-apps-cvs@sources.redhat.com mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup ChangeLog Makefile.am


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]