bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Do not assume glibc glob internals


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]