Re: Target Path Stripping Possible?
Tom Browder <[email protected]> Sat, 6 Jun 2009 07:10:07 -0500
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jun 5, 2009 at 14:45, Paul Jarc<[email protected]> wrote: > Tom Browder <[email protected]> wrote: ... > Change the subdirectory Makefile to use: > % : > ( cd $(MASTERDIR); $(MAKE) RUNDIR=`pwd` $@ ) Thanks, Paul, but that didn't work, probably because in the top Makefile the RUNDIR is in relative form while your construction puts it in absolute form. I think I'm expecting too much from make. Regards, -Tom