From: Junio C Hamano Date: Thu, 26 May 2016 21:29:05 +0000 (-0700) Subject: Meta/Dothem: make sure that --scratch build is really from scratch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0fb9c0b1e43f76ec43de15289cef30625cb947c;p=thirdparty%2Fgit.git Meta/Dothem: make sure that --scratch build is really from scratch --- diff --git a/Dothem b/Dothem 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 &&