Skip to content

Commit

Permalink
chore(util) do not remove unarchived downloads
Browse files Browse the repository at this point in the history
`make cleanup` should be followed by `make` without any need for another
`make setup`. Things like cpanm and the echo module cannot be cleaned on
`make cleanup`, only `make cleanall`.
  • Loading branch information
thibaultcha committed Feb 23, 2024
1 parent 5af5e09 commit da5816e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ if [[ -f "$DIR_PATCHED_ROOT/Makefile" ]]; then
fi

if [[ "$1" == "--all" || "$1" == "--more" ]]; then
find $DIR_DOWNLOAD/* -maxdepth 0 -type d | xargs rm -rf
rm -rf t/servroot* \
$DIR_SRC_ROOT \
$DIR_PATCHED_ROOT \
Expand Down

0 comments on commit da5816e

Please sign in to comment.