Fri, Dec 30 2005
16:15:42
|
|
Request created by guest
|
|
Subject: hard-coded make in locale/Makefile
Platform: FreeBSD
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 6.0.2RC1
Hi,
Under FreeBSD GRASS need gmake to build. The whole building process work
fine, but in locale/Makefile 'make' is hard-coded, so the build fail at this
stage.
It's easy to pass the file through sed before build but maybe it's possible
for Makefile to not invoke make ?
Laurent |
|
Fri, Dec 30 2005
16:20:21
|
|
Mail sent by neteler@itc.it
|
|
Return-Path |
<neteler@itc.it>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Date |
Fri, 30 Dec 2005 16:20:18 +0100
|
From |
Markus Neteler <neteler@itc.it>
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass5@grass.itc.it
|
Subject |
Re: [GRASS5] [bug #3920] (grass) hard-coded make in locale/Makefile
|
Message-ID |
<20051230152018.GJ4233@bartok.itc.it>
|
Mail-Followup-To |
Request Tracker <grass-bugs@intevation.de>, grass5@grass.itc.it
|
References |
<20051230151542.528371006A9@lists.intevation.de>
|
Mime-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
Content-Disposition |
inline
|
In-Reply-To |
<20051230151542.528371006A9@lists.intevation.de>
|
User-Agent |
Mutt/1.4.1i
|
X-PGP-Key |
http://www.gdf-hannover.de/neteler/markus_gpgkey.asc
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
On Fri, Dec 30, 2005 at 04:15:42PM +0100, Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=3920
> -------------------------------------------------------------------------
>
> Subject: hard-coded make in locale/Makefile
>
> Platform: FreeBSD
> grass obtained from: Trento Italy site
> grass binary for platform: Compiled from Sources
> GRASS Version: 6.0.2RC1
>
> Hi,
>
> Under FreeBSD GRASS need gmake to build. The whole building process work
> fine, but in locale/Makefile 'make' is hard-coded, so the build fail at this
> stage.
> It's easy to pass the file through sed before build but maybe it's possible
> for Makefile to not invoke make ?
Please change in line 7 of locale/Makefile
make -> $(MAKE)
Fixed in CVS for the ufficial 6.0.2.
Thanks for the notification.
Markus
|
|
Fri, Dec 30 2005
16:23:06
|
|
Status changed to resolved by mneteler
|
|