Guard against an rm returning non-zero status.

Noticed by:		Makoto MATSUSHITA
This commit is contained in:
Jordan K. Hubbard 1999-09-23 18:40:54 +00:00
parent b214b39db3
commit cd8d8dac8c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51615

View File

@ -273,7 +273,7 @@ clean:
# Clean out ${_R} and make the directory structure.
release.1:
mkdir -p ${_R}
rm -rf ${_R}/* 2> /dev/null
-rm -rf ${_R}/* 2> /dev/null
-chflags -R noschg ${_R}/.
rm -rf ${_R}/*
mkdir ${RD}