[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] (no subject)
From: |
Werner LEMBERG |
Subject: |
Re: [Freetype] (no subject) |
Date: |
Thu, 11 Nov 2004 01:17:34 +0100 (CET) |
From: "Eli Zaretskii" <address@hidden>
Subject: Re: [Freetype] (no subject)
Date: Thu, 11 Nov 2004 01:57:24 +0200
> > Date: Thu, 11 Nov 2004 00:39:11 +0100 (CET)
> > Cc: address@hidden, address@hidden
> > From: Werner LEMBERG <address@hidden>
> >
> > > As yet another idea, why not generate lower-case config.mk instead
> > > of an upper-case CONFIG.MK? This is probably the best and safest
> > > alternative.
> >
> > This is what we do, but the user reports that CONFIG.MK instead of
> > config.mk is created.
>
> I need to see the line(s) that create CONFIG.MK to understand why this
> happens and suggest solutions/workarounds. Can someone post those
> offending lines (in the Makefile or wherever else they are)?
COPY := copy
CONFIG_MK := config.mk
...
@$(COPY) $(subst /,\,$(CONFIG_RULES) $(CONFIG_MK)) > nul
CONFIG_RULES is a unix-like file name like `build/dos/ansi.mk'
(everything lower case).
Werner