[GRASS5] user maintaining 5.7

Markus,
In INSTALL under "UPDATE OF 5.7.x", it says:

In detail:

make mixclean
cd /where/your/grass50/lives/
cvs update -dP

cd /where/your/grass57/lives/
cvs update -dP
make mix
configure ...
make

Should this be:

cd /where/your/grass50/lives/ <- should this say 53?
cvs update -dP

cd /where/your/grass57/lives/
make mixclean <- move to here, in 57
cvs update -dP
make mix
configure ...
make

It's not clear to me what directory you are in
when the directions start. I think this makes it
clear that "make mixclean" is done in 57 directory.

John

John,

On Fri, Sep 12, 2003 at 12:16:14PM -0400, John Gillette wrote:

Markus,
In INSTALL under "UPDATE OF 5.7.x", it says:

In detail:

make mixclean
cd /where/your/grass50/lives/
cvs update -dP

cd /where/your/grass57/lives/
cvs update -dP
make mix
configure ...
make

Should this be:

cd /where/your/grass50/lives/ <- should this say 53?
cvs update -dP

Generally yes.
However, top of the file there is a statement

Note: We use synonymical:
      grass50 == grass50x == grass53x

unless the 50 references are all cleaned one day.

cd /where/your/grass57/lives/
make mixclean <- move to here, in 57
cvs update -dP
make mix
configure ...
make

Yes, thanks.

It's not clear to me what directory you are in
when the directions start. I think this makes it
clear that "make mixclean" is done in 57 directory.

Right.

Updated in CVS, thanks,

Markus