[x264-devel] [PATCH 1/5] Makefile: Recursively delete conftest files
Luca Barbato
lu_zero at gentoo.org
Fri Jan 27 18:31:42 CET 2017
On 27/01/2017 16:21, Vittorio Giovara wrote:
> They are stored in a directory on macOS.
> ---
> Without this make distclean errors out.
>
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index d0b1633..d97c9e6 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -278,7 +278,7 @@ clean:
> rm -f $(SRC2:%.c=%.gcda) $(SRC2:%.c=%.gcno) *.dyn pgopti.dpi pgopti.dpi.lock *.pgd *.pgc
>
> distclean: clean
> - rm -f config.mak x264_config.h config.h config.log x264.pc x264.def conftest*
> + rm -rf config.mak x264_config.h config.h config.log x264.pc x264.def conftest*
>
> install-cli: cli
> $(INSTALL) -d $(DESTDIR)$(bindir)
>
Seems fine.
More information about the x264-devel
mailing list