help-make
[Top][All Lists]
Advanced

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

Re: Question about error detection


From: Paul Smith
Subject: Re: Question about error detection
Date: Thu, 02 Oct 2014 14:30:45 -0400

On Thu, 2014-10-02 at 14:19 -0400, Cooper, Robert (Ftg Ops) wrote:
> The mystery is - sometimes when there is a build error in the shared
> library, the build terminates with an error as expected.  But other
> times, an error occurs and if my eyes are on the screen, I am lucky
> enough to see it fly by yet the build continues as if nothing failed.

There's very little help we can give without more detail.  At the very
minimum, we need to know what version of GNU make you're using and what
your build platform is (Windows, GNU/Linux, MacOS, etc.)

Also, we'd need to see an example of the make rule you use to
recursively invoke the sub-make.  There are some common idioms in use
all over for invoking sub-makes which are wrong and can cause behaviors
such as you are describing (not catching errors).

To directly provide the only answer I can based on the information
given, I'm not aware of any bugs or issues where GNU make will ignore
errors and continue on, when use properly.

Cheers!




reply via email to

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