help-make
[Top][All Lists]
Advanced

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

Re: Unconditional clean


From: Paulo J. Matos
Subject: Re: Unconditional clean
Date: Thu, 07 Apr 2011 13:48:01 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8



On 07/04/11 13:42, Paul Smith wrote:
This is really more of a shell scripting question than a make question,
but something like:

        foo: dep1 dep2
                $(MAKE) -c tests; r=$$?; rm -Rf $(tests_tmp); exit $$r

will do the trick.


Thanks, that works. I was actually expecting something more Makefile dependent and less shell dependent.

--
PMatos




reply via email to

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