GnuTLS | stamp_error_codes missing from doc/Makefile.am EXTRA_DIST (#1797)
Read-only notification of GnuTLS library development activities <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.gnutls.devel |
|---|---|
| Message-ID | <[email protected]> |
Adam Sampson created an issue: https://gitlab.com/gnutls/gnutls/-/issues/1797 Building gnutls 3.8.12 from the source tarball causes the `stamp_error_codes` rule in `doc/Makefile.am` to run. This isn't the intent, since the files it generates are shipped in the tarball (and it breaks crossbuilding because `errcodes` etc. aren't built for the build machine's architecture). Looking at the contents of the tarball, the `stamp_enums` and `stamp_functions` files are included, but `stamp_error_codes` isn't. This appears to be because 251ba80dde601b9e4f9bc7a860c72044034f95a6 added `stamp_error_codes` to `DISTCLEANFILES` but didn't add it to `EXTRA_DIST`. I guess it should be in `MAINTAINERCLEANFILES` too. -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1797 You're receiving this email because of your account on gitlab.com. _______________________________________________ Gnutls-devel mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnutls-devel