ardupilot/Tools/ardupilotwaf
Gustavo Jose de Sousa 181b6f5c2e waf: cmake: do a clean configuration
We need to remove CMakeCache.txt, otherwise cached variables would remain the
old value when they are removed from cmake_vars parameter.

We use `os.remove()` instead of `Node.delete()` because the latter removes the
node instance from its parent's children list. That makes the node be ignored
when storing persistent information after the build, thus the node signature
wouldn't be saved with that approach, which would make waf always think that
the task should be executed.
2016-02-22 15:36:48 -03:00
..
__init__.py waf: add waf support 2015-12-03 07:54:30 +11:00
ardupilotwaf.py waf: move --check-verbose option declaration 2016-02-22 15:36:48 -03:00
boards.py waf: add -Wundef to all boards 2016-02-19 12:34:24 -02:00
cmake.py waf: cmake: do a clean configuration 2016-02-22 15:36:48 -03:00
gbenchmark.py waf: gbenchmark: use cmake tool 2016-02-22 15:36:48 -03:00
git_submodule.py waf: git_submodule: fix uid() method for python3 2016-02-19 20:28:03 -02:00
gtest.py waf: ignore -Wundef for gtest 2016-02-19 12:34:24 -02:00
mavgen.py waf: use git_submodule tool through GIT_SUBMODULES variable 2016-02-06 10:25:08 -02:00
static_linking.py waf: add static_linking tool 2016-01-11 16:31:59 -02:00
toolchain.py waf: add toolchain tool for cross-compiling 2016-01-11 16:31:59 -02:00