Sigh. Really fix it this time. It seems the first time through the
run it would modify the source tree, causing it to fail the second time around. Sigh.
This commit is contained in:
parent
400dc95012
commit
4ba5197729
@ -47,6 +47,9 @@ LDIRS= cam msdosfs net netatalk netatm netgraph netinet netinet6 \
|
||||
LNOHEADERDIRS= isofs ufs dev
|
||||
LSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs cam/scsi dev/usb
|
||||
|
||||
# For SHARED=symlinks, cam is a symlink, so cam/scsi is taken care of
|
||||
LSYMSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs dev/usb
|
||||
|
||||
# Define SHARED to indicate whether you want symbolic links to the system
|
||||
# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
|
||||
# probably only useful for developers and should be avoided if you do not
|
||||
@ -124,7 +127,7 @@ symlinks:
|
||||
rm -rf ${DESTDIR}/usr/include/$i
|
||||
mkdir ${DESTDIR}/usr/include/$i
|
||||
.endfor
|
||||
.for i in ${LSUBDIRS}
|
||||
.for i in ${LSYMSUBDIRS}
|
||||
ln -s ../../../sys/$i ${DESTDIR}/usr/include/$i
|
||||
.endfor
|
||||
rm -rf ${DESTDIR}/usr/include/machine
|
||||
|
Loading…
x
Reference in New Issue
Block a user