support compiling outside git checkout 35/head
authorDamyan Ivanov <dmn@debian.org>
Sun, 19 Apr 2020 06:07:13 +0000 (06:07 +0000)
committerDamyan Ivanov <dmn@debian.org>
Sun, 19 Apr 2020 06:07:13 +0000 (06:07 +0000)
commit9f1a6027b44ed6b359ae581e24ddc2daa8e45400
tree2291d76ce16c8bec8fc4f0842f37800453196b00
parente95526d06cd4d8869befb79a26ade8bbc2262265
support compiling outside git checkout

When building nmrpflash for Debian, there is no 'git' command available,
and there is no '.git' directory either. This makes the build emit
warnings from the $(shell) calls in VERSION variable in the Makefile
and breaks the '-V' option.

The change in this patch accounts for missing 'git' command and resorts
to using a STANDALONE_VERSION environment variable which in turn is
provided by the package build mechanics.

This change has no effect when the git command is available and the
'.git' directory is present.
Makefile