summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit1
-rw-r--r--tests/lib-build-modes2
2 files changed, 2 insertions, 1 deletions
diff --git a/dgit b/dgit
index 52ae472..4587af2 100755
--- a/dgit
+++ b/dgit
@@ -6242,6 +6242,7 @@ sub clean_tree_check () {
# If we were actually cleaning these files would be summarily
# deleted. Since we're not, and not using the working tree
# anyway, we can just ignore them - nothing will use them.
+ } elsif ($cleanmode eq 'none') {
}
}
diff --git a/tests/lib-build-modes b/tests/lib-build-modes
index 7d0d9fd..78ae236 100644
--- a/tests/lib-build-modes
+++ b/tests/lib-build-modes
@@ -158,7 +158,7 @@ bm-compute-expected () {
bm-build-deps-ok || tolerate_fail=tolerate
echo >&4 "EXAMPLE RULES TARGET clean"
;;
- none) ;;
+ none|Cnone) ;;
Cdpkg-source*) ;; # handled below
Cgit|Cgit-ff) ;;
C*) echo "TODO bm eff_cleanmode=$eff_cleanmode" ;;