bug-make
[Top][All Lists]
Advanced

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

[bug #18641] GNUmake 3.81, $(error ) sometimes unable to stop make proce


From: Jun Chen
Subject: [bug #18641] GNUmake 3.81, $(error ) sometimes unable to stop make process
Date: Thu, 04 Jan 2007 05:27:23 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Maxthon; .NET CLR 1.1.4322)

Follow-up Comment #1, bug #18641 (project make):

[2007-01-04]

Well, with the help of Martin Dorey, I've got to know that this bug has
nothing to do with make's $(error ) function, but a make behavior change for
``-include '' directive. Since I used ``-include $(_p_SubprjsMade)'' instead
of ``include $(_p_SubprjsMade) '' in my makefile, failure to remake
$(_p_SubprjsMade) will not stop the whole make process.

After removing the dash from ``-include $(_p_SubprjsAttrMade)'' , the make
process goes as I've expected on GNUmake 3.80 as well as GNUmake 3.81,
however, I have to suffer from the noisy "<some-file>:<some line>: No such
file or directory" warning output by make.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18641>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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