From 8ec00e70b100f149fe8e922a5eace4da985ecf99 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 18 May 2003 20:22:26 +0000 Subject: [PATCH] Unbreak parallel make of _includes after revision 1.356 changes. Spotted by: bde Approved by: re (scottl) --- Makefile.inc1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index ea570518265..d4f85887e5d 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -284,6 +284,8 @@ _worldtmp: usr/libexec usr/share/misc mkdir -p ${WORLDTMP}/${_dir} .endfor + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \ + -p ${WORLDTMP}/usr/include ln -sf ${.CURDIR}/sys ${WORLDTMP} _legacy: @echo