mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
ENH: clean now removes the entire release root directory.
This commit is contained in:
@@ -138,9 +138,9 @@ setup()
|
||||
#-----------------------------------------------------------------------------
|
||||
clean()
|
||||
{
|
||||
setup || return 1
|
||||
cd "${HOME}" &&
|
||||
echo "Cleaning up ${RELEASE_ROOT}" &&
|
||||
rm -rf *
|
||||
rm -rf "${RELEASE_ROOT_NAME}"
|
||||
}
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user