|
From: | Lee |
Subject: | Re: [bug #29074] -include target fails to issue Error in 3.81 |
Date: | Wed, 17 Mar 2010 12:19:12 -0700 (PDT) |
This is a simplified version to get the point across. Hope you noticed that. :-) all:; @exit 0 done:; @echo $(MAKE_VERSION); exit 1 -include done I hope you have tested with 3.80 (up to 3.81beta1) and 3.81(from 3.81beta3 and up) and seen the difference. We adopt heavy parallel make, so -include target is very useful to build this target before anything else. In 3.80 era, this worked fine meaning issuing the expected error if there's an error, but in 3.81 it is silent, so we thought the build was ok, but not true. That concerns us. ChangeLog may have mentioned this difference, but it is a surprise that the behavior has changed drastically, and we've been using 3.81 for over 2 years now. hslee --- On Tue, 3/16/10, Edward Welbourne <address@hidden> wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |