]> git.notmuchmail.org Git - notmuch/commit
build: add "set -eu" to version script generation
authorDavid Bremner <david@tethera.net>
Mon, 27 Jul 2015 18:42:32 +0000 (20:42 +0200)
committerDavid Bremner <david@tethera.net>
Tue, 28 Jul 2015 19:34:01 +0000 (21:34 +0200)
commit882ccb7e49fa8cca9d498c3eda0fbb64ea57d348
tree06ec11ca61119a256c502bef9ce406b747709650
parent1fef811fd78baf5b1e06d1cdabe3fea579726fe7
build: add "set -eu" to version script generation

It turns out that on certain systems like FreeBSD, c++filt is not
installed by default. It's basically OK if we fail the build in that
case, but what's really not OK is for the build to continue and
generate bad binaries.
lib/gen-version-script.sh