From ad5ebf3fbaa40b4de6b2e68360e0283c49f829ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 14 Feb 1999 13:56:15 +0000 Subject: Ignore errors from chflags. This makes it possible to make installworld with DESTDIR set to an NFS-mounted file system. --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.inc1') 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) -- cgit v1.2.3