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 <[email protected]>          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


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to