1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Put back the undocumented change from rev. 1.334 too: no

need to create ${WORLDTMP}/legacy/usr/include explicitly.
This commit is contained in:
Ruslan Ermilov 2003-04-07 00:01:33 +00:00
parent 5675749e1a
commit c0006b49db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113190

View File

@ -281,7 +281,7 @@ _worldtmp:
mkdir -p ${WORLDTMP}/usr/include/${_dir}
.endfor
ln -sf ${.CURDIR}/sys ${WORLDTMP}
.for _dir in lib include include/sys
.for _dir in lib include/sys
mkdir -p ${WORLDTMP}/legacy/usr/${_dir}
.endfor
_legacy: