[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Building "sublanguages" from gcc



Hamish Moffatt <hamish@debian.org> 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 debian-mentors-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: