FreeBSD Bugzilla – Attachment 6096 Details for
Bug 14085
Some includes weren't being force-linked.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 726 bytes, created by
joe
on 1999-10-02 10:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
joe
Created:
1999-10-02 10:30:00 UTC
Size:
726 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/src/include/Makefile,v >retrieving revision 1.92.2.2 >diff -u -r1.92.2.2 Makefile >--- Makefile 1999/08/29 14:38:49 1.92.2.2 >+++ Makefile 1999/10/02 09:13:12 >@@ -112,9 +112,9 @@ > @${ECHO} "Setting up symlinks to kernel source tree..." > .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 > rm -rf ${DESTDIR}/usr/include/machine >- ln -s ../../sys/${MACHINE_ARCH}/include ${DESTDIR}/usr/include/machine >+ ln -sf ../../sys/${MACHINE_ARCH}/include ${DESTDIR}/usr/include/machine > > .include <bsd.prog.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14085
: 6096