| Summary: | Some includes weren't being force-linked. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | joe <joe> | ||||
| Component: | i386 | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 3.3-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
joe
1999-10-02 10:30:00 UTC
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. On Mon, Oct 04, 1999 at 12:21:14PM +0200, Sheldon Hearn wrote: > > > 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''? > Probably not - it was a late late late night. Let me check :) Joe -- Josef Karthauser FreeBSD: How many times have you booted today? Technical Manager Viagra for your server (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk] State Changed From-To: open->closed Files are ``rm -rf''d first. Not a problem. :-) |