[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 14:34:21 CEST 2019
Merge request https://gitlab.com/gnutls/gnutls/merge_requests/1010 was reviewed by Dmitry Eremin-Solenikov
--
Dmitry Eremin-Solenikov started a new discussion on src/Makefile.am: https://gitlab.com/gnutls/gnutls/merge_requests/1010#note_175774785
> + b=`echo $@ | sed 's/.stamp$$//'`; \
> + if ! test -f $${srcdir}$${b}.c.bak;then \
> + echo $${srcdir}$${b}.c.bak; \
This message can be less cryptic, explicitly mentioning that `.bak` is missing, thus calling autogen despite `--enable-local-libopts`.
--
Dmitry Eremin-Solenikov started a new discussion on src/Makefile.am: https://gitlab.com/gnutls/gnutls/merge_requests/1010#note_175774789
> + if ! test -f $${srcdir}$${b}.c.bak;then \
> + echo $${srcdir}$${b}.c.bak; \
> + $(AUTOGEN) $<; \
`$(AM_V_GEN) $(AUTOGEN) $<` ?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1010
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/30938924/attachment.html>
More information about the Gnutls-devel
mailing list