Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Dec 2002 14:56:53 +0200
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        Jake Burkholder <jake@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libfetch Makefile
Message-ID:  <20021204125653.GC31683@sunbay.com>
In-Reply-To: <200212040434.gB44YxKb005872@repoman.freebsd.org>
References:  <200212040434.gB44YxKb005872@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021204125653.GC31683>