bt2: by-pass distutils changed file check
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 11 Apr 2018 21:20:40 +0000 (17:20 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:34 +0000 (18:19 -0400)
commit5bbedc4b087dd8dc1e287c08308cebc237e3af8e
tree0e806f9db6b4c3ebae8c6b88b3d23f595c84702d
parent71e894894b461e2d5663859144f797037c69eddc
bt2: by-pass distutils changed file check

Changes made to a SWIG interface file (.i) that is included in
native_bt.i would not trigger rebuilding of the extension on `make`
as the main source file (native_bt.i) has not changed.

The Makefile is already tracking when files changed and need to be
recompiled so we can simply bypass the setup.py checks by using the
--force flag.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
bindings/python/bt2/Makefile.am
This page took 0.026193 seconds and 4 git commands to generate.