[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] (no subject)
From: |
Eli Zaretskii |
Subject: |
Re: [Freetype] (no subject) |
Date: |
Thu, 11 Nov 2004 06:25:10 +0200 |
> Date: Thu, 11 Nov 2004 01:17:34 +0100 (CET)
> Cc: address@hidden, address@hidden
> From: Werner LEMBERG <address@hidden>
>
> COPY := copy
> CONFIG_MK := config.mk
>
> ...
>
> @$(COPY) $(subst /,\,$(CONFIG_RULES) $(CONFIG_MK)) > nul
What happens if the last line is replaced with this:
@cmd.exe /c $(COPY) $(subst /,\,$(CONFIG_RULES) $(CONFIG_MK)) > nul
? Is the file created in lower case then?