public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-common ./ChangeLog ./Makefile.rules ./fr ...
@ 2007-03-08 22:53 kvanhees
  0 siblings, 0 replies; 2+ messages in thread
From: kvanhees @ 2007-03-08 22:53 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-common
Changes by:	kvanhees@sourceware.org	2007-03-08 22:53:24

Modified files:
	.              : ChangeLog Makefile.rules frysk-common.ac 
Added files:
	m4             : frysk_werror.m4 

Log message:
	http://sourceware.org/bugzilla/show_bug.cgi?id=4172
	
	This adds an option to configure that allows --enable-werror and
	--disable-werror.  It is enabled by default (backwards compatible).
	When --disable-werror is specified as argument to autogen.sh (which
	passes it to configure), the -Werror option will *not* be specified
	as part of CXXFLAGS, CFLAGS, and GCJFLAGS.  In addition, the hack to
	work around the gcj problem (not actually reporting failure in the
	event of warnings when -Werror is specified) will be disabled with
	--disable-werror is specified.
	
	The implementation of this option has been discussed at great length
	on the frysk IRC channel on Mar 8th, 2007.
	
	This commit modifies the earlier move of the "-Wall -Werror" options
	from Makefile.rules to frysk-common.ac, by taking out the "-Werror"
	option because that one is now under autoconf control.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/ChangeLog.diff?cvsroot=frysk&r1=1.346&r2=1.347
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/Makefile.rules.diff?cvsroot=frysk&r1=1.195&r2=1.196
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/frysk-common.ac.diff?cvsroot=frysk&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/m4/frysk_werror.m4.diff?cvsroot=frysk&r1=NONE&r2=1.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* frysk-common ./ChangeLog ./Makefile.rules ./fr ...
@ 2007-04-13  4:42 kvanhees
  0 siblings, 0 replies; 2+ messages in thread
From: kvanhees @ 2007-04-13  4:42 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-common
Changes by:	kvanhees@sourceware.org	2007-04-13 05:42:42

Modified files:
	.              : ChangeLog Makefile.rules frysk-common.ac 
Added files:
	m4             : frysk_coverage.m4 

Log message:
	* Makefile.rules (fryski): Put the building of fryski under
	conditional control depending on whether the build is generating
	GCOV data or not.  Fryski does not link when code is compiled
	with --coverage.
	* frysk-common.ac: Use the newly defined FRYSK_COVERAGE defined
	in...
	* m4/frysk_coverage.m4: Provide an --enable-coverage option to
	configure to enable GCOV data creation during the build.  This
	supports the use of gcov and other tools to calculate coverage
	metrics on Frysk.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/ChangeLog.diff?cvsroot=frysk&r1=1.369&r2=1.370
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/Makefile.rules.diff?cvsroot=frysk&r1=1.210&r2=1.211
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/frysk-common.ac.diff?cvsroot=frysk&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/m4/frysk_coverage.m4.diff?cvsroot=frysk&r1=NONE&r2=1.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-04-13  4:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-08 22:53 frysk-common ./ChangeLog ./Makefile.rules ./fr kvanhees
2007-04-13  4:42 kvanhees

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).