[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:45 CEST 2019
Nikos Mavrogiannopoulos commented on a discussion on src/Makefile.am: https://gitlab.com/gnutls/gnutls/merge_requests/1010#note_175791577
>
> 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; \
Is the new message better?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1010#note_175791577
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/e1be63e2/attachment.html>
More information about the Gnutls-devel
mailing list