[GRASS5] question about makefile for d.m in GRASS 5.7

Lorenzo,

I am forwarding your comment about the recent additions to the d.m makefile
(for including the d.m/script directory and contents) to the larger list.
What is in there now *looks* correct and it matches the other entries.
However, it seemed to cause you a problem for compiling under Mac OSX. I'd
like to get some feedback before I change it.

To the list...

Given Lorenzo's note below, should I (or someone) change the Makefile in the
CVS for d.m to include the colons indicated???

Michael

NOTE FROM LORENZO MORETTI

About grass57cvs source
---------------
There is a small error when I build last 5.7cvs

error /display/d.m/Makefile
Makefile:27: *** missing separator.

I have changed /display/d.m/Makefile file - line 27-28
$(MKDIR) $(GISBASE)/etc/dm/script
$(INSTALL) -m 755 script/*.* $(GISBASE)/etc/dm/script

in

$(MKDIR): $(GISBASE)/etc/dm/script
$(INSTALL): -m 755 script/*.* $(GISBASE)/etc/dm/script

______________________________
Michael Barton, Professor & Curator
School of Human Diversity and Social Change
Arizona State University
Tempe, AZ 85287-2402
USA

voice: 480-965-6262; fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

The problem was missing TABs
Radim has fixed it now.
The Makefile is a bit messy in other ways (e.g. including Module.make instead of Script.make) but I think it works

Paul

On Mon, 20 Sep 2004, Michael Barton wrote:

Lorenzo,

I am forwarding your comment about the recent additions to the d.m makefile
(for including the d.m/script directory and contents) to the larger list.
What is in there now *looks* correct and it matches the other entries.
However, it seemed to cause you a problem for compiling under Mac OSX. I'd
like to get some feedback before I change it.

To the list...

Given Lorenzo's note below, should I (or someone) change the Makefile in the
CVS for d.m to include the colons indicated???

Michael

NOTE FROM LORENZO MORETTI

About grass57cvs source
---------------
There is a small error when I build last 5.7cvs

error /display/d.m/Makefile
Makefile:27: *** missing separator.

I have changed /display/d.m/Makefile file - line 27-28
$(MKDIR) $(GISBASE)/etc/dm/script
$(INSTALL) -m 755 script/*.* $(GISBASE)/etc/dm/script

in

$(MKDIR): $(GISBASE)/etc/dm/script
$(INSTALL): -m 755 script/*.* $(GISBASE)/etc/dm/script

______________________________
Michael Barton, Professor & Curator
School of Human Diversity and Social Change
Arizona State University
Tempe, AZ 85287-2402
USA

voice: 480-965-6262; fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

_______________________________________________
grass5 mailing list
grass5@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass5