[bug #52028] Preventing infinite recursions when make is invoked from recipes

2017-09-23 Thread Paul D. Smith
Update of bug #52028 (project make): Open/Closed:Open => Closed ___ Follow-up Comment #1: I don't think adding a new function is appropriate for this. It's simpler, IMO, to use the existin

Re: [bug #52028] Preventing infinite recursions when make is invoked from recipes

2017-09-15 Thread Reinier Post
On Fri Sep 15 01:47:31 2017, invalid.nore...@gnu.org (anonymous) wrote: [...] > Summary: Preventing infinite recursions when make is invoked from recipes [...] > Details: > > Consider this Makefile: > > a : > echo a1 > $(MAKE) b > echo a2 > > b : > echo b1 > $

[bug #52028] Preventing infinite recursions when make is invoked from recipes

2017-09-14 Thread anonymous
URL: Summary: Preventing infinite recursions when make is invoked from recipes Project: make Submitted by: None Submitted on: Fri 15 Sep 2017 05:47:30 AM UTC Severity: 3 - Normal