[GRASS5] 'tar -h' in Makefiles

Makefiles were recently given this change:
"added -h flag to tar to expand links"

what's the problem with (relative) symlinks?
what symlinks are causing problems? shouldn't those be fixed instead?

thanks,
Hamish

Hamish wrote:

Makefiles were recently given this change:
"added -h flag to tar to expand links"

what's the problem with (relative) symlinks?
what symlinks are causing problems? shouldn't those be fixed instead?

The -h flag causes symlinks to be dereferenced, i.e. the file to which
the link refers will be stored in the archive.

This is very probably the wrong thing to do. Particularly for the lib
directory; we don't want to be installing two copies of every library
instead of one file and one symlink.

--
Glynn Clements <glynn@gclements.plus.com>