Meta/Dothem: make sure that --scratch build is really from scratch
Junio C Hamano committed
May 26, 2016 at 14:29 UTC
b0fb9c0b1e43f76ec43de15289cef30625cb947c
1 file changed
+3
Dothem
+3
index f102c2569d..8dca9ce947 100755
--- a/Dothem
+++ b/Dothem
@@ -174,7 +174,10 @@ do
'')
;;
y)
+ saveMeta=$(readlink Meta)
Meta/Make distclean
+ git clean -f -x
+ ln -s "$saveMeta" Meta
;;
esac &&