summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-03-14 16:44:27 +0000
committerru <ru@FreeBSD.org>2004-03-14 16:44:27 +0000
commita19d925625431555d642b4b5ea729b75f9a61b8d (patch)
tree7e6c4a14759fa0232381e89c3f1a0636a5ed6a8b /Makefile.inc1
parentda8d4a51f130bd372b64e24e44af742385d8caa2 (diff)
downloadFreeBSD-src-a19d925625431555d642b4b5ea729b75f9a61b8d.zip
FreeBSD-src-a19d925625431555d642b4b5ea729b75f9a61b8d.tar.gz
Don't scare non-root users attempting to build world.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index f6664ca..c0e4e88 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -261,7 +261,7 @@ _worldtmp:
mkdir -p ${WORLDTMP}/${_dir}
.endfor
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
- -p ${WORLDTMP}/usr/include
+ -p ${WORLDTMP}/usr/include >/dev/null
ln -sf ${.CURDIR}/sys ${WORLDTMP}
_legacy:
@echo
OpenPOWER on IntegriCloud