diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-09-19 02:05:52 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-09-19 02:05:52 +0000 |
| commit | 27b5e4fde7f40c5da29749b9637cac1fe1e6dc1f (patch) | |
| tree | 4f126dc200b61605f3af282228bab417863cfd3e | |
| parent | 76120d5aca4d501eb0a7638312ccbffceb234092 (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index a522dbddc671..a04206123357 100644 --- a/release/Makefile +++ b/release/Makefile @@ -155,7 +155,7 @@ rerelease release: .if exists(${CHROOTDIR}) # 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} + -rm -rf ${CHROOTDIR} 2>/dev/null -chflags -R noschg ${CHROOTDIR}/. -rm -rf ${CHROOTDIR} .endif @@ -273,6 +273,7 @@ clean: # Clean out ${_R} and make the directory structure. release.1: mkdir -p ${_R} + rm -rf ${_R}/* 2> /dev/null -chflags -R noschg ${_R}/. rm -rf ${_R}/* mkdir ${RD} |
