[Git][NTPsec/ntpsec][master] In pylib/wscript, avoid defeat by automatic parallelization.

Eric S. Raymond gitlab at mg.gitlab.com
Fri Nov 11 12:59:19 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
9390e24b by Eric S. Raymond at 2016-11-11T07:59:09-05:00
In pylib/wscript, avoid defeat by automatic parallelization.

- - - - -


1 changed file:

- pylib/wscript


Changes:

=====================================
pylib/wscript
=====================================
--- a/pylib/wscript
+++ b/pylib/wscript
@@ -14,6 +14,7 @@ def build(ctx):
     target3 = ctx.srcnode.make_node('pylib/version.py')
 
     ctx(
+	before      = ['pyc', 'pyo'],
 	cwd         = srcnode,
 	rule        = '${SRC} >${TGT}',
 	source      = ["../wafhelpers/pythonize-header", "../include/ntp_control.h"],
@@ -21,6 +22,7 @@ def build(ctx):
 	)
 
     ctx(
+	before      = ['pyc', 'pyo'],
 	cwd         = srcnode,
 	rule        = '${SRC} >${TGT}',
 	source      = ["../wafhelpers/pythonize-header", "../include/ntp.h"],
@@ -28,6 +30,7 @@ def build(ctx):
 	)
 
     ctx(
+	before      = ['pyc', 'pyo'],
 	cwd         = srcnode,
 	rule        = 'VERSION=`cat ${SRC}` ../wafhelpers/autorevision.sh -o ${TGT[1].abspath()} -t python >${TGT[0].name}',
 	source      = "../VERSION",



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/9390e24bfd35aa168870069ebea84b3d0977fc1e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161111/081ffb4f/attachment.html>


More information about the vc mailing list