What is the reason gem/Makefile has GRASS_VERSION_MAJOR and GRASS_VERSION_MINOR hardcoded, rather than set to the make var, as in include/Make/Grass.make.in?:
configure:GRASS_VERSION_MAJOR=`sed -n 1p "${GRASS_VERSION_FILE}"`
include/Make/Grass.make.in:GRASS_VERSION_MAJOR = @GRASS_VERSION_MAJOR@
gem/Makefile:GRASS_VERSION_MAJOR=6
configure:GRASS_VERSION_MINOR=`sed -n 2p "${GRASS_VERSION_FILE}"`
include/Make/Grass.make.in:GRASS_VERSION_MINOR = @GRASS_VERSION_MINOR@
gem/Makefile:GRASS_VERSION_MINOR=4
Maciek
--
Maciej Sieczka
http://www.sieczka.org
I am sure there isn't a good reason.
GEM is no longer maintained and nobody
seems to use it. Mabye 6.4.3 would be
a chance to drop it?
Cheers,
Ben
On 01/06/2013 04:30 PM, Maciej Sieczka wrote:
What is the reason gem/Makefile has GRASS_VERSION_MAJOR and
GRASS_VERSION_MINOR hardcoded, rather than set to the make var, as in
include/Make/Grass.make.in?:
configure:GRASS_VERSION_MAJOR=`sed -n 1p "${GRASS_VERSION_FILE}"`
include/Make/Grass.make.in:GRASS_VERSION_MAJOR = @GRASS_VERSION_MAJOR@
gem/Makefile:GRASS_VERSION_MAJOR=6
configure:GRASS_VERSION_MINOR=`sed -n 2p "${GRASS_VERSION_FILE}"`
include/Make/Grass.make.in:GRASS_VERSION_MINOR = @GRASS_VERSION_MINOR@
gem/Makefile:GRASS_VERSION_MINOR=4
Maciek
--
Benjamin Ducke
{*} Geospatial Consultant
{*} GIS Developer
benducke@fastmail.fm
Hi,
2013/1/6 Maciej Sieczka <msieczka@sieczka.org>:
What is the reason gem/Makefile has GRASS_VERSION_MAJOR and
GRASS_VERSION_MINOR hardcoded, rather than set to the make var, as in
include/Make/Grass.make.in?:
I would guess there is no reason for that. I just wonder if there is
anybody using 'gem'. Anyway it's not part of G7.
Martin
--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa
Hi,
2013/1/6 Benjamin Ducke <benducke@fastmail.fm>:
I am sure there isn't a good reason.
GEM is no longer maintained and nobody
seems to use it. Mabye 6.4.3 would be
a chance to drop it?
I think it should remain in G6, only bugfixes should be done in there
release branch. No big changes. Let's focus on G7:-)
Martin
--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa