%% Regarding Re: handling of errors during recursion; I wrote:
pds> This causes the shell to exit with an error as soon as any
pds> command the shell runs exits.
Gak. That should be "... the shell runs exits _with an erro
%% Michael Espe <[EMAIL PROTECTED]> writes:
me> The issue I am dealing with is an error in a sub-make causes that
me> make file to terminate, but the main makefile just goes to the
me> next sub-make and keeps on going.
me> I could reproduce this with a few simple makefiles. Other versio
I've been switching our build over to gnumake to all the migration to other
platforms. The system has a top level makefile that sets up a few things,
then recursively calls the make files located in each of the service areas
that are subdirectories. The issue I am dealing with is an error in a
s