Re: [PATCH] Makefile: create an install-symlinks target

Previous thread: Re: [PATCH] filter-branch: get rid of "set -e" by David Kastrup on Wednesday, July 18, 2007 - 9:27 am. (2 messages)

Next thread: [PATCH 1/2] Makefile: create an install-symlinks target by David Kastrup on Wednesday, July 18, 2007 - 6:41 am. (2 messages)
To: <git@...>
Date: Wednesday, July 18, 2007 - 10:06 am

I think that the install-symlinks target is rather more specialized
than the tags and TAGS targets, yet those use just "find". I think
I'll be able to throw out the -mindepth, however. It was necessary in
a version that used find $(prefix), since /opt/git matched
-type d -name git*
but with find . this should not be relevant.

I'll amend that patch and prepare a separate one that uses $(FIND)
everywhere.

--
David Kastrup

-

Previous thread: Re: [PATCH] filter-branch: get rid of "set -e" by David Kastrup on Wednesday, July 18, 2007 - 9:27 am. (2 messages)

Next thread: [PATCH 1/2] Makefile: create an install-symlinks target by David Kastrup on Wednesday, July 18, 2007 - 6:41 am. (2 messages)