[GRASS5] Let's release 5.4 asap
Glynn Clements
glynn.clements at virgin.net
Fri Oct 1 20:15:13 EDT 2004
Bernhard Reiter wrote:
> > The list is here:
> > http://freegis.org/cgi-bin/viewcvs.cgi/grass51/tools/link.conf?rev=1.72&content-type=text/vnd.viewcvs-markup
> > excluding *akefiles and subdirs,
> > (see http://freegis.org/cgi-bin/viewcvs.cgi/grass51/tools/link?rev=1.8&content-type=text/vnd.viewcvs-markup )
> > it can still copy unused files, which is not harm, I think.
> >
> > Should be 'cp', not 'mv', I believe.
>
> Yes!
>
> I would appreciate if someone would make a fixed list of "cp"
> command lines that I only need to source with the ",v" extension,
> because that seems more transparent as a script.
> Especially must there be checking if there is a corresponding file already?
The simplest solution would probably be to either:
a) modify the tools/link script to emit a "cp" command whenever it
would normally execute "ln -s", or
b) run "make mix" then "find . -type l ..." and generate a cp command
for each link found.
--
Glynn Clements <glynn.clements at virgin.net>
More information about the grass-dev
mailing list