Martin Landa:
> Hiu,
>
> stephen sefick:
>> Hamish I have written a script to dowload, configure, make, and
>> install grass for me.  Should I make dist clean at the end of this
>> script in preparation for the next svn up, or should I put the make
>> distclean right before the make command in the script?  Any advice
>> would be appreciated.
>
The safest order I figured out experimentally is

> make distclean
svn up
> configure
> make
> make install
>
Markus M
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to