From owner-cvs-all Wed Dec 4 4:57: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E41A37B401; Wed, 4 Dec 2002 04:57:05 -0800 (PST) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC6C343E88; Wed, 4 Dec 2002 04:57:01 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Sunbay) with ESMTP id gB4CusVX034878 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 4 Dec 2002 14:56:58 +0200 (EET) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Submit) id gB4CurCH034873; Wed, 4 Dec 2002 14:56:53 +0200 (EET) Date: Wed, 4 Dec 2002 14:56:53 +0200 From: Ruslan Ermilov To: Jake Burkholder Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch Makefile Message-ID: <20021204125653.GC31683@sunbay.com> References: <200212040434.gB44YxKb005872@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qjNfmADvan18RZcF" Content-Disposition: inline In-Reply-To: <200212040434.gB44YxKb005872@repoman.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --qjNfmADvan18RZcF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 03, 2002 at 08:34:59PM -0800, Jake Burkholder wrote: > jake 2002/12/03 20:34:59 PST >=20 > Modified files: > lib/libfetch Makefile=20 > Log: > Reduce WARNS level to 3 in the non-crypto case to fix make release on s= parc64. > This may only be turning up now to changes in the cpp predefines for sp= arc64, > which may be turning on more strict alignment checking. > =20 > Approved by: re > =20 > Revision Changes Path > 1.37 +1 -1 src/lib/libfetch/Makefile >=20 Would be more proper then to reduce the WARNS level for sparc64 only: Index: Makefile =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 RCS file: /home/ncvs/src/lib/libfetch/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- Makefile 4 Dec 2002 04:34:59 -0000 1.37 +++ Makefile 4 Dec 2002 12:55:44 -0000 @@ -16,7 +16,11 @@ WARNS?=3D 2 .endif =20 +.if ${MACHINE_ARCH} =3D=3D "sparc64" WARNS?=3D 3 +.else +WARNS?=3D 5 +.endif =20 SHLIB_MAJOR=3D 3 =20 Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --qjNfmADvan18RZcF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE97fuVUkv4P6juNwoRAsJ/AJ9TeNFOSSV3hsgbFjLOPsgq6Uw3YwCgi3UX cMUyEqMBBLaK0d4TiBWOjd0= =Z7oe -----END PGP SIGNATURE----- --qjNfmADvan18RZcF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message