Meta/Make: temporarily disable pedantic builds for older versions

This commit is contained in:
Junio C Hamano
2015-04-30 14:54:02 -07:00
parent a60c422192
commit ddc2105c7a

6
Make
View File

@@ -96,6 +96,12 @@ determine_long_version () {
sed -e 's/-/./g'
}
BUILTIN_CLEAN_FIX=8687f777
if ! git merge-base --is-ancestor $BUILTIN_CLEAN_FIX HEAD
then
NO_PEDANTIC=YesPlease
fi
case "$NO_PEDANTIC" in
?*) ;;
'')