help-make
[Top][All Lists]
Advanced

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

Re: Help-make Digest, Vol 77, Issue 5


From: Paul Smith
Subject: Re: Help-make Digest, Vol 77, Issue 5
Date: Fri, 10 Apr 2009 09:19:55 -0400

On Fri, 2009-04-10 at 21:17 +0800, xiangfeng shen wrote:

> Thanks for your advice.
> I know it can works in Gnumake.
> But the clearmake do not support -C dir option.
> How to deal with it?

You can always replace $(MAKE) -C <dir> with cd <dir> && $(MAKE)

$(SUBDIRS):
        cd $@ && $(MAKE)

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.us
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]