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 _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
