Hamish Moffatt <[EMAIL PROTECTED]> writes:

> but you can do:
> 
> target:
>       cd .. && make

I've been looking at recursive make invocations recently, and there
are good reasons to make this:

target:
        cd .. && $(MAKE)

See the "Recursion" node in the make info page (type `info make
recursion') for more information on why.  You could also make it
"$(MAKE) -C ..".

-- 
         Carey Evans  http://home.clear.net.nz/pages/c.evans/

"[UNIX] appears to have the inside track on being the replacement for
  CP/M on the largest microcomputers (e.g. those based on 68000...)"


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to