On Mon, Feb 24, 2014 at 11:39 PM, Junio C Hamano <gits...@pobox.com> wrote:
>>> diff --git a/t/test-lib.sh b/t/test-lib.sh
>>> index 1531c24..5e8c39a 100644
>>> --- a/t/test-lib.sh
>>> +++ b/t/test-lib.sh
>>> @@ -771,6 +771,8 @@ case $(uname -s) in
>>>      ;;
>>>  esac
>>>
>>> +[ "$(uname -o)" = "GNU/Linux" ] && test_set_prereq GNULINUX
>>> +
>>
>> can pick up the value from GIT-BUILD-OPTIONS as a prerequisite (see the
>> way we handle NO_PERL for an example). Though if we can just grab the
>> glibc version as a fallback, we can do away with that completely.
>
> ;-)  I like that.
>

Jeff, I'm still waiting if you agree to go with this syntax or put
version before refname before rerolling (either with build time option
like this, or implement the compat function myself).
-- 
Duy
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to