From owner-freebsd-bugs Mon Oct 4 3:30: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BB8B1514C for ; Mon, 4 Oct 1999 03:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA09570; Mon, 4 Oct 1999 03:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 4 Oct 1999 03:30:01 -0700 (PDT) Message-Id: <199910041030.DAA09570@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: i386/14085: Some includes weren't being force-linked. Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/14085; it has been noted by GNATS. From: Sheldon Hearn 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