Date: Sun, 15 Mar 2009 09:08:35 +0100 From: Roman Divacky <rdivacky@freebsd.org> To: Martin Voros <martin_voros@yahoo.com> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r189801 - in head: cddl cddl/lib/libzpool cddl/usr.bin/ztest cddl/usr.sbin/zdb share/mk tools/regression/include/tgmath Message-ID: <20090315080835.GA39715@freebsd.org> In-Reply-To: <942531.27013.qm@web55506.mail.re4.yahoo.com> References: <200903141755.n2EHtGj1003232@svn.freebsd.org> <942531.27013.qm@web55506.mail.re4.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 14, 2009 at 02:34:31PM -0700, Martin Voros wrote: >=20 > ----- Original Message ---- >=20 > > From: Roman Divacky <rdivacky@FreeBSD.org> > > To: src-committers@freebsd.org; svn-src-all@freebsd.org; svn-src-head@f= reebsd.org > > Sent: Sunday, March 15, 2009 4:55:16 AM > > Subject: svn commit: r189801 - in head: cddl cddl/lib/libzpool cddl/usr= .bin/ztest cddl/usr.sbin/zdb share/mk tools/regression/include/tgmath > >=20 > > Author: rdivacky > > Date: Sat Mar 14 17:55:16 2009 > > New Revision: 189801 > > URL: http://svn.freebsd.org/changeset/base/189801 > >=20 > > Log: > > Switch over to gnu99 compilation on default for userland. > > =20 > > Tested by: make universe > > Tested by: ports exp build (done by pav) > > Reviewed by: ru > > Reviewed by: silence on arch > > Approved by: ed (mentor) > >=20 > > Modified: > > head/cddl/Makefile.inc > > head/cddl/lib/libzpool/Makefile > > head/cddl/usr.bin/ztest/Makefile > > head/cddl/usr.sbin/zdb/Makefile > > head/share/mk/bsd.sys.mk > > head/tools/regression/include/tgmath/Makefile > >=20 > > Modified: head/cddl/Makefile.inc > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/cddl/Makefile.inc Sat Mar 14 17:54:58 2009 (r189800) > > +++ head/cddl/Makefile.inc Sat Mar 14 17:55:16 2009 (r189801) > > @@ -6,3 +6,5 @@ OPENSOLARIS_SYS_DISTDIR=3D ${.CURDIR}/../. > > IGNORE_PRAGMA=3D YES > >=20 > > CFLAGS+=3D -DNEED_SOLARIS_BOOLEAN > > + > > +CSTD?=3D gnu89 >=20 > Hi, >=20 > I assume that you should have gnu99 here. no... cddl/* stuff does not build with gnu99 so I use there gnu89 (it's contributed source with -Werror turned on so I wanted to play safe). the subsequent CSTD=3Dc99 are there because some parts needs c99 compilatio= n. --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkm8t4IACgkQLVEj6D3CBEwdfQCfQMsozbvnhtrKMWY4/9O+KvHi 6/EAn0UfWilB5eGc1HxfWLTKUq+0p1rp =X1mI -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090315080835.GA39715>