diff options
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/clean | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/clean b/scripts/build/clean index 786046ac0..34ccf8023 100755 --- a/scripts/build/clean +++ b/scripts/build/clean @@ -106,13 +106,13 @@ for ARGUMENT in "${@}"; do ;; --remove) - "${0}" --all + "${0}" noauto --all rm -rf cache/packages.* ;; --purge) - "${0}" --all - "${0}" --cache + "${0}" noauto --all + "${0}" noauto --cache if [ -e auto/config ] then |