There is no reason to clobber ${DESTDIR}/usr/include/{isofs,ufs,dev}

in SHARED=copies case since all symbolic links previously created by
SHARED=symlinks install have already been removed to that point.

PR:		misc/21150
This commit is contained in:
Ruslan Ermilov 2000-09-14 12:12:23 +00:00
parent b14d7dac8a
commit 3e8d5c239e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65834

View File

@ -102,9 +102,6 @@ copies:
if [ -h ${DESTDIR}/usr/include/$i ]; then \
rm -f ${DESTDIR}/usr/include/$i; \
fi
.endfor
.for i in ${LNOHEADERDIRS}
rm -rf ${DESTDIR}/usr/include/$i
.endfor
mtree -deU -f ${.CURDIR}/../etc/mtree/BSD.include.dist \
-p ${DESTDIR}/usr/include