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.
_______________________________________________
devel mailing list
[email protected]
http://lists.ntpsec.org/mailman/listinfo/devel