[gnutls-devel] GnuTLS | Do not regenerate autogen files if --enable-local-libopts is given (!1010)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Wed May 29 15:08:25 CEST 2019




Nikos Mavrogiannopoulos commented on a discussion on src/Makefile.am: https://gitlab.com/gnutls/gnutls/merge_requests/1010#note_175791509

>  
>  SUFFIXES = .stamp .def .c.bak .h.bak
>  
> +if NEED_LIBOPTS
> +# case --enable-local-libopts: We only call AUTOGEN if the .bak files are not present.
> +# Normally we wouldn't want to call AUTOGEN here as it is explicitly asked not to, but
> +# in certain CI systems, we need to use this
> +# our CI systems, which work on
> +.def.stamp:
> +	b=`echo $@ | sed 's/.stamp$$//'`; \
> +	if ! test -f $${srcdir}$${b}.c.bak;then \
> +		echo $${srcdir}$${b}.c.bak; \
> +		$(AUTOGEN) $<; \

Makes sense, done.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1010#note_175791509
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190529/65127d90/attachment-0001.html>


More information about the Gnutls-devel mailing list