[x264-devel] [PATCH 1/5] Makefile: Recursively delete conftest files
Vittorio Giovara
vittorio.giovara at gmail.com
Fri Jan 27 21:19:25 CET 2017
On Fri, Jan 27, 2017 at 8:48 PM, Martin Storsjö <martin at martin.st> wrote:
> On Fri, 27 Jan 2017, Vittorio Giovara wrote:
>
>> They are stored in a directory on macOS.
>> ---
>> Without this make distclean errors out.
>
>
> The conftest files themselves aren't stored in any separate directory, but
> one of them might be conftest.dSYM which _is_ a directory. Is this the file
> you're seeing? (I don't seem to get it when I test things here at least
> though.) It'd be good to clarify that in the commit message IMO.
Yes, I was referring to "conftest.dSYM". I get it on macOS Sierra with
this configure line
CC=clang ../configure --enable-debug --enable-static --disable-opencl
--enable-shared
Would this message be better?
Makefile: Recursively delete in the distclean target
One of the conftest files might be a directory (named "conftest.dSYM")
on macOS.
--
Vittorio
More information about the x264-devel
mailing list