[packaging] Support setting the FULL_VERSION number via env vars (#7414)
commit7c34f0c7467e2de25e589e5be880345647be9d50
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 5 Mar 2018 19:16:51 +0000 (5 20:16 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Mar 2018 19:16:51 +0000 (5 20:16 +0100)
treec0248ded6ec932e87ee9282a4835dc866bc665b8
parentf546b95edfecad4854ea8fe22b2c3264360eb15a
[packaging] Support setting the FULL_VERSION number via env vars (#7414)

The Linux build currently just displays "tarball" since we don't
have the .git directory when building the Linux packages.

This allows us to pass environment variables that contain the
branch+commit to the build for generating version.h so we can
show the more detailed info like on OSX.
mono/mini/Makefile.am.in