[PATCH] manual: relocate $? example

2016-05-25 Thread Mike Frysinger
The $? example shows up after all the automatic variables are discussed. This is weird as it's only relevant to the $? section, and the content that follows it is relevant to all the automatic variables. Move it up to the $? specific section. --- doc/make.texi | 24 1 fil

[bug #47996] Make 4.2 does not build with cl version 15.00 (and older)

2016-05-25 Thread Paul D. Smith
Update of bug #47996 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

Re: features/output-sync always times out

2016-05-25 Thread Paul Smith
On Mon, 2016-05-23 at 12:31 +0200, Andreas Schwab wrote: > What does it mean that the features/output-sync test always times out? I don't know.  It never does that for me.  Can you give me more details about your system? Unfortunately this code is tricky because I'm trying to ensure that targets

Re: include warnings vs -include ignore errors

2016-05-25 Thread Paul Smith
On Wed, 2016-05-25 at 09:19 -0700, Raymond Dubler wrote: > What I need is: >   1. no warning that blah.d is missing >   2. same functionality as include blah.d, ie display error and > terminate of failure > > Unless I am missing something in the manual, this is not provided with > make. > > What

include warnings vs -include ignore errors

2016-05-25 Thread Raymond Dubler
My concern is as follows: Using include blah.d when there is a build rule for blah.d causes the following: 1. a warning that blah.d is missing 2. execution of rule to build blah.d a. on success, continue working b. on failure, display error and terminate Using -include blah.d when th

[bug #47996] Make 4.2 does not build with cl version 15.00 (and older)

2016-05-25 Thread anonymous
Follow-up Comment #1, bug #47996 (project make): Hi I had this issue also. Visual Studio 2008 is still common. Please enable correct functionality without necessitating the user change the code. ___ Reply to this item at:

[bug #48009] Increased stack rlimit is inherited by the subprocesses to make when make restarts

2016-05-25 Thread Jeremy Devenport
URL: Summary: Increased stack rlimit is inherited by the subprocesses to make when make restarts Project: make Submitted by: jeremyd Submitted on: Wed 25 May 2016 12:00:19 PM GMT Sever