Date: Fri, 27 Jun 2003 17:47:28 +0300 From: Ruslan Ermilov <ru@freebsd.org> To: Marcel Moolenaar <marcel@xcllnt.net> Cc: threads@freebsd.org Subject: Re: Obsoleting libc_r: How to create compat links Message-ID: <20030627144728.GB88746@sunbay.com> In-Reply-To: <20030627141506.GB43189@dhcp01.pn.xcllnt.net> References: <20030627075607.GA42198@dhcp01.pn.xcllnt.net> <20030627080550.GA48342@sunbay.com> <20030627085158.GA42350@dhcp01.pn.xcllnt.net> <20030627101441.GD48342@sunbay.com> <20030627141506.GB43189@dhcp01.pn.xcllnt.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--f2QGlHpHGjS2mn6Y
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Fri, Jun 27, 2003 at 07:15:06AM -0700, Marcel Moolenaar wrote:
> How's this:
>=20
> 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/libthr/Makefile,v
> retrieving revision 1.3
> diff -u -r1.3 Makefile
> --- Makefile 23 May 2003 09:48:20 -0000 1.3
> +++ Makefile 27 Jun 2003 14:11:33 -0000
> @@ -26,4 +26,16 @@
> .include "${.CURDIR}/sys/Makefile.inc"
> .include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
> =20
> +.if ${MACHINE_ARCH} =3D=3D "ia64"
> +.if !defined(NOLIBC_R)
> +SYMLINKS+=3Dlibthr.a ${LIBDIR}/libc_r.a
> +.if !defined(NOPIC)
> +SYMLINKS+=3Dlibthr.so ${SHLIBDIR}/libc_r.so
> +.endif
> +.if !defined(NOPROFILE)
> +SYMLINKS+=3Dlibthr_p.a ${LIBDIR}/libc_r_p.a
> +.endif
> +.endif
> +.endif
> +
> .include <bsd.lib.mk>
>=20
Looks OK, except that I'd swap the NOLIBC_R and MACHINE_ARCH checks,
as the former is more specific to the subject. Sorry in advance for
nitpicking. ;)
Cheers,
--=20
Ruslan Ermilov Sysadmin and DBA,
ru@sunbay.com Sunbay Software Ltd,
ru@FreeBSD.org FreeBSD committer
--f2QGlHpHGjS2mn6Y
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)
iD8DBQE+/Fj/Ukv4P6juNwoRAr3bAJ9lvC9bF14WFYI5+Wce3OpFp6MdBwCfS9rd
15ZsiZW9b+zeC8s3nwRLEvE=
=8d1J
-----END PGP SIGNATURE-----
--f2QGlHpHGjS2mn6Y--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030627144728.GB88746>
