[ET Trac] [Einstein Toolkit] #1124: 'make tags' doesn't properly handle symlinks
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Fri Oct 19 08:24:44 CDT 2012
#1124: 'make tags' doesn't properly handle symlinks
--------------------------------------------+-------------------------------
Reporter: Matt Kinsey <kins@…> | Owner:
Type: defect | Status: reopened
Priority: minor | Milestone: Cactus_4.1.0
Component: Cactus | Version: Cactus_4.0.0
Resolution: | Keywords:
--------------------------------------------+-------------------------------
Comment (by eschnett):
Mac OS X (which is close to BSD) offers both -L and -follow.
We can also try both, such as e.g.
{{{
if find -L TAGS >/dev/null 2>&1; then
find -L src arrangements ...
else
find src arrangements -follow ...
fi | xargs ...
}}}
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1124#comment:7>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list