Date: Mon, 4 Oct 1999 03:30:01 -0700 (PDT) From: Sheldon Hearn <sheldonh@uunet.co.za> To: freebsd-bugs@FreeBSD.org Subject: Re: i386/14085: Some includes weren't being force-linked. Message-ID: <199910041030.DAA09570@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/14085; it has been noted by GNATS.
From: Sheldon Hearn <sheldonh@uunet.co.za>
To: joe@pavilion.net
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: i386/14085: Some includes weren't being force-linked.
Date: Mon, 04 Oct 1999 12:21:14 +0200
On Sat, 02 Oct 1999 10:21:19 +0100, joe@FreeBSD.org.uk wrote:
> .for i in ${LDIRS} ${LNOHEADERDIRS}
> rm -rf ${DESTDIR}/usr/include/$i
> - ln -s ../../sys/$i ${DESTDIR}/usr/include/$i
> + ln -sf ../../sys/$i ${DESTDIR}/usr/include/$i
> .endfor
Are you sure this is necessary, given the ``rm -rf''?
Ciao,
Sheldon.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910041030.DAA09570>
