bt2: by-pass distutils changed file check
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 11 Apr 2018 21:20:40 +0000 (17:20 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:05:45 +0000 (00:05 -0400)
commit354898e77f7955362b0b2e991aeaa82dead441f4
tree7021e9938bc8f80f810ac92e5a6535e80d844728
parentd7da1f66c46f7fa93ec4d70a889f9274e06f472e
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.024318 seconds and 4 git commands to generate.