[Git][NTPsec/ntpsec][master] Work around a build-breaker glitch in a2x until we can diagnose it.
Eric S. Raymond
gitlab at mg.gitlab.com
Thu Aug 11 17:39:59 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
826a1867 by Eric S. Raymond at 2016-08-11T13:39:44-04:00
Work around a build-breaker glitch in a2x until we can diagnose it.
- - - - -
1 changed file:
- wscript
Changes:
=====================================
wscript
=====================================
--- a/wscript
+++ b/wscript
@@ -155,7 +155,7 @@ def build(ctx):
"ntpstats/ntpviz",
"ntptrace/ntptrace",
"ntpwait/ntpwait",
- "util/ntpsweep/ntpsweep",
+ #"util/ntpsweep/ntpsweep",
]
ctx(
@@ -169,7 +169,7 @@ def build(ctx):
ctx.manpage(1, "ntptrace/ntptrace-man.txt")
ctx.manpage(1, "ntpstats/ntpviz-man.txt")
ctx.manpage(8, "ntpwait/ntpwait-man.txt")
- ctx.manpage(1, "util/ntpsweep/ntpsweep-man.txt")
+ #ctx.manpage(1, "util/ntpsweep/ntpsweep-man.txt")
# Skip running unit tests on a cross compile build
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/826a186713db539c62f4dd626d4b075cdcbdeec0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160811/839b167a/attachment.html>
More information about the vc
mailing list