Version string vs --build-version-tag
Hal Murray
hmurray at megapathdsl.net
Wed May 3 10:26:27 UTC 2017
wafhelpers/options.py contains:
grp.add_option('--build-version-tag', type='string',
help="Append a tag to the version string.")
waf configure prints out things like:
Building version : 0.9.7-e1edbee-hgm
But then ntpd --version prints out:
ntpd ntpsec-0.9.7+524 2017-05-03T02:27:27Z
config.h contains:
#define NTPSEC_VERSION_STRING "0.9.7-e1edbee-hgm"
It's only used by ntptime/ntptime.c
I'd like to be able to add a tag of some sort. How should that happen?
-------
The old way of using the build directory ignored the tag that my buggy code
setup and did what I wanted. :)
--
These are my opinions. I hate spam.
More information about the devel
mailing list