[bug #40236] include, -include and sinclude ignores failures to read the included file

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

[bug #40236] include, -include and sinclude ignores failures to read the included file

2013-10-10 Thread anonymous
URL: <http://savannah.gnu.org/bugs/?40236> Summary: include, -include and sinclude ignores failures to read the included file Project: make Submitted by: None Submitted on: tor 10 okt 2013 12.13.16 Severity: 3 -

sinclude

2013-10-09 Thread Ted Lyngmo XX
Hi! I'm not sure if this is a bug but ... Regarding: sinclude $(file) This doesn't return an error if $(file) does not exist, which is expected. It also doesn't return an error if $(file) exists but isn't readable, which was unexpected and a difference between cle