summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-06-08 20:58:02 +0000
committerjdp <jdp@FreeBSD.org>1998-06-08 20:58:02 +0000
commitee68d1afd8399039d03d1b7684807564cc4ab405 (patch)
treef9586fc660abe9a9bc4652466ec71f0552e3a1d9 /release/Makefile
parent766e2fd6c2c9d6684c17e56c7092243a99fe3abf (diff)
downloadFreeBSD-src-ee68d1afd8399039d03d1b7684807564cc4ab405.zip
FreeBSD-src-ee68d1afd8399039d03d1b7684807564cc4ab405.tar.gz
My previous change could conceivably succeed at removing CHROOTDIR.
Ignore errors from the chflags command that follows it, just in case.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index a7e4091..1c0f603 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.354 1998/06/06 04:39:42 jkoshy Exp $
+# $Id: Makefile,v 1.355 1998/06/07 21:53:01 jdp Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -131,7 +131,7 @@ rerelease release:
# The first command will fail on a handful of files that have their schg
# flags set. But it greatly speeds up the next two commands.
-rm -rf ${CHROOTDIR}
- chflags -R noschg ${CHROOTDIR}/.
+ -chflags -R noschg ${CHROOTDIR}/.
-rm -rf ${CHROOTDIR}
.endif
-mkdir -p ${CHROOTDIR}
OpenPOWER on IntegriCloud