[bug #54816] $(wildcard ...) function does not report dangling symlinks

2020-12-06 Thread Paul D. Smith
Update of bug #54816 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #3: This issue appears to

[bug #54816] $(wildcard ...) function does not report dangling symlinks

2018-10-10 Thread Andreas Schwab
Follow-up Comment #2, bug #54816 (project make): See glibc bug 866 which was only fixed recently. ___ Reply to this item at:

[bug #54816] $(wildcard ...) function does not report dangling symlinks

2018-10-10 Thread Paul D. Smith
Follow-up Comment #1, bug #54816 (project make): wildcard invokes the system glob() function. It doesn't do any extra checking beyond that, that I recall (like a stat etc.) I don't know why glob() would not return symlinks but I couldn't find anything in the man page about it, either way. I'll

[bug #54816] $(wildcard ...) function does not report dangling symlinks

2018-10-10 Thread David Boyce
URL: Summary: $(wildcard ...) function does not report dangling symlinks Project: make Submitted by: boyski Submitted on: Wed 10 Oct 2018 01:32:48 PM UTC Severity: 3 - Normal