mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06: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