]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Make: do not default to --dash
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Jun 2016 22:19:48 +0000 (15:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Jun 2016 22:19:48 +0000 (15:19 -0700)
Make

diff --git a/Make b/Make
index 18966573919be4606323dc35f7aa0b84cb643a9d..0e422e20323b65368867b042197dd599338ff5a3 100755 (executable)
--- a/Make
+++ b/Make
@@ -56,7 +56,7 @@ do
 done
 
 Wall="-Wall -Wvla -Wdeclaration-after-statement -Wno-format-zero-length${Wall+ $Wall}"
-tests= jobs= skip= oldtest= with_dash=y testpen=
+tests= jobs= skip= oldtest= with_dash= testpen=
 clean=:
 
 case `uname` in