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:
Peter Wemm 2000-01-26 17:38:51 +00:00
parent 400dc95012
commit 4ba5197729
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56646

View File

@ -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