|
From: | Paul Eggert |
Subject: | Re: [PATCH] Do not assume glibc glob internals |
Date: | Fri, 29 Sep 2017 17:39:47 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 |
Eli Zaretskii wrote:
OK, and where is the support for that implemented in GNU Make?
There is no special implementation for it. GNU Make calls stat("foo/", ...), and on POSIXish systems this returns -1 and sets errno==ENOTDIR if foo is a regular file, so GNU Make acts on the assumption that foo does not exist.
[Prev in Thread] | Current Thread | [Next in Thread] |