[gnutls-devel] GnuTLS | Minor fixes in 3.6.9 release (!1053)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Sun Aug 4 08:47:46 CEST 2019
Daiki Ueno commented on a discussion on src/Makefile.am: https://gitlab.com/gnutls/gnutls/merge_requests/1053#note_199851463
> # case --enable-local-libopts: We do not call AUTOGEN unless the .bak files are missing
> .def.stamp:
> @b=`echo $@ | sed 's/.stamp$$//'`; \
> - if ! test -f $${srcdir}$${b}.c.bak;then \
> + if ! test -f $(srcdir)/$${b}.c.bak;then \
@ametzler I know, and I'm saying that it is unnecessary if we exclusively use `$(srcdir)`. I'd suggest to rewrite the code below line 290 similarly.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1053#note_199851463
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/20190804/38584367/attachment.html>
More information about the Gnutls-devel
mailing list