Implement '--enable-src-release-build' option and make src-release.sh use it
authorSergio Durigan Junior <sergiodj@redhat.com>
Sat, 1 Feb 2020 20:33:31 +0000 (15:33 -0500)
committerSergio Durigan Junior <sergiodj@redhat.com>
Sat, 1 Feb 2020 20:33:31 +0000 (15:33 -0500)
commit1aa93c3a9b9a216703aaf882b3af541f3bc3042a
tree1e01edd3d3f28bd1cf72f13a9a62a7bc5c71d875
parent50500ecfefd6acc4c7f6c2a95bc0ae1945103220
Implement '--enable-src-release-build' option and make src-release.sh use it

The generation of snapshots has been broken since we've disable
in-tree builds for GDB.  Given that src-release.sh performs a build
before creating the release tarball, and that this build is performed
in-tree, the solution we found is to implement a new top-level
configure flag called '--enable-src-release-build' which disables the
in-tree build restriction, and then make src-release.sh use it.

ChangeLog:
2020-02-01  Sergio Durigan Junior  <sergiodj@redhat.com>
    Eli Zaretskii  <eliz@gnu.org>

* configure.ac: Don't abort the build if trying to build GDB in tree
_and_ invoking with '--enable-src-release-build'.
* configure: Regenerate.
* src-release.sh (do_proto_toplev): Invoke 'configure' using

Change-Id: Ic6dd55accd9a03e62fe498f7fd704fb67f44bfa9
ChangeLog
configure
configure.ac
src-release.sh
This page took 0.024116 seconds and 4 git commands to generate.