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: Volker Grabsch
Subject: Re: [Mingw-cross-env-list] Variable JOBS
Date: Tue, 8 May 2012 11:44:07 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Moritz Bunkus schrieb:
> It would be nice if settings.mk
> could be extended somehow to overwrite the version numbers of certain
> packages -- e.g. if you want to keep it at a specific version. Always
> using your own branch for that is possible, of course, but index.html
> changes so often that you'll get a merge/rebase conflict each time the
> package you're trying to pin is updated.

As mentioned in the other thread, this is about to
change, most probably by moving the version information
back to the *.mk files and generating the version column
in the package list (table) via JavaScript.

Nevertheless, pinning the version number in the settings.mk
is an interesting idea. Of course, this works only if the
build script, download URLs etc. are still working with
the old version. But then, overriding the version number
should be a simple as adding the following line to settings.mk:

sdl_VERSION := 1.2.0

Note, however, that this might have unexpected effects
on "make update", so don't try to upgrade a package that
your are currently pinning. On the other hand, it shouldn't
be too hard to adjust "make update" to check/replace the
settings.mk entry, too, in case anyone has a real need for
that.


Regards,
Volker

-- 
Volker Grabsch
---<<(())>>---



reply via email to

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