Update of bug #40236 (project make):
Status:None => Fixed
Assigned to:None => psmith
Open/Closed:Open => Closed
Fixed Release:
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 -
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