aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-06-08 20:58:02 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-06-08 20:58:02 +0000
commit492cf9a4277b50903affbc3ccb20c954ef5bd960 (patch)
tree92f0f95c65d73ac83f793c003abaedc5e6c4589e /release/Makefile
parent01f0fef31bf69b981c193713a2a9f6fbe085e888 (diff)
downloadsrc-492cf9a4277b50903affbc3ccb20c954ef5bd960.tar.gz
src-492cf9a4277b50903affbc3ccb20c954ef5bd960.zip
My previous change could conceivably succeed at removing CHROOTDIR.
Ignore errors from the chflags command that follows it, just in case.
Notes
Notes: svn path=/head/; revision=36777
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 a7e4091f6ea1..1c0f60339842 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}