aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1999-02-14 13:56:15 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1999-02-14 13:56:15 +0000
commitad5ebf3fbaa40b4de6b2e68360e0283c49f829ca (patch)
treee06391a8c911ef45896a6dd991acb15216fb33e1 /Makefile.inc1
parent3876b6923827c24ccfb5b306da6555e12a1ba6b7 (diff)
downloadsrc-ad5ebf3fbaa40b4de6b2e68360e0283c49f829ca.tar.gz
src-ad5ebf3fbaa40b4de6b2e68360e0283c49f829ca.zip
Ignore errors from chflags. This makes it possible to make installworld
with DESTDIR set to an NFS-mounted file system.
Notes
Notes: svn path=/head/; revision=43994
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 82c1deba71a2..dbaa3e0557e8 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.61 1999/01/23 08:44:17 markm Exp $
+# $Id: Makefile.inc1,v 1.62 1999/01/27 15:08:05 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -226,7 +226,7 @@ buildworld: check-objformat
@echo ">>> Cleaning up the temporary ${OBJFORMAT} build tree"
@echo "--------------------------------------------------------------"
mkdir -p ${WORLDTMP}
- chflags -R noschg ${WORLDTMP}/
+ -chflags -R noschg ${WORLDTMP}/
rm -rf ${WORLDTMP}
.endif
.if !defined(NOTOOLS)