GNUmakefile: move clang format utility

Makes more sense to place in 'utils_maintenance'.
This commit is contained in:
Campbell Barton 2019-04-16 16:47:05 +02:00
parent dbc058301b
commit 65aebd0c11
2 changed files with 2 additions and 2 deletions

View File

@ -517,7 +517,7 @@ update: .FORCE
format: .FORCE
PATH="../lib/${OS_NCASE}/llvm/bin/:$(PATH)" \
python3 source/tools/utils/clang_format_paths.py --expand-tabs $(PATHS)
python3 source/tools/utils_maintenance/clang_format_paths.py --expand-tabs $(PATHS)
# -----------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
REM TODO(sergey): Switch to Python from libraries when available.
set PYTHON="python.exe"
set FORMAT_PATHS=%BLENDER_DIR%\source\tools\utils\clang_format_paths.py
set FORMAT_PATHS=%BLENDER_DIR%\source\tools\utils_maintenance\clang_format_paths.py
REM The formatting script expects clang-format to be in the current PATH.
set PATH=%BUILD_VS_LIBDIR%\llvm\bin;%PATH%