Re: [PATCH] Makefile: fix compilation of test programs under MinGW environment

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Michael Lukashov
Date: Saturday, February 27, 2010 - 2:40 pm

Hi,

On Sun, Feb 28, 2010 at 12:31 AM, Junio C Hamano <gitster@pobox.com> wrote:

No.


No.

Before commit 225f78c8 definition of TEST_PROGRAMS was:

TEST_PROGRAMS = $(patsubst %,%$X,$(TEST_PROGRAMS_NEED_X))

After commit 225f78c8 definition of TEST_PROGRAMS changed to

TEST_PROGRAMS := $(patsubst %,%$X,$(TEST_PROGRAMS_NEED_X))

And it leads to compilation error.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] Makefile: fix compilation of test programs und ..., Michael Lukashov, (Sat Feb 27, 2:40 pm)
[PATCH 2/2] Makefile: clarify definition of TEST_OBJS, Jonathan Nieder, (Sun Feb 28, 2:11 am)
Re: [PATCH 2/2] Makefile: clarify definition of TEST_OBJS, Junio C Hamano, (Sun Feb 28, 2:17 pm)