Re: Target Path Stripping Possible?
Tom Browder <[email protected]> Mon, 8 Jun 2009 12:53:51 -0500
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jun 6, 2009 at 09:36, Paul Jarc<[email protected]> wrote: > In that case: > % : > cd $(MASTERDIR) && \ > pwd=`$(MASTERDIR)/relative-pwd` && > $(MAKE) RUNDIR="$${pwd?}" $@ ... Paul, you're on the right track. Now I have to customize it more. However, considering all the other options I need to handle, a Perl script I think is best for me. Thanks so much. Regards, -Tom