mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Variable JOBS


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] Variable JOBS
Date: Tue, 8 May 2012 22:17:15 +1000

On 08/05/2012, at 9:01 PM, Moritz Bunkus wrote:

> Hey,
> 
> On Tue, May 8, 2012 at 11:44 AM, Volker Grabsch <address@hidden> wrote:
> 
>> But then, overriding the version number
>> should be a simple as adding the following line to settings.mk:
>> 
>> sdl_VERSION := 1.2.0
> 
> Doesn't work for me just yet. I've tried both
> 
> gcc_VERSION  := 4.6.2
> gcc_CHECKSUM := 691974613b1c1f15ed0182ec539fa54a12dd6f93
> 
> and
> 
> gcc_VERSION  = 4.6.2
> gcc_CHECKSUM = 691974613b1c1f15ed0182ec539fa54a12dd6f93
> 
> but mxe still builds 4.7.0.

The settings.mk file gets included before the other package definitions, so 
it's likely to be over-ridden. I think we could change the package makefiles to:

$(PKG)_CHECKSUM ?: a1b2c3...

so that it gets set only if it isn't already. Alternately, a build script that 
sends these as command line args will work. The main problem with command line 
args is that they seem to propagate into each package makefile, but that should 
be harmless in this case.

Cheers,

Tony






reply via email to

[Prev in Thread] Current Thread [Next in Thread]