Commit: 4faae3ad242dc0c69e96d078bc6fdeec06c7abec
Author: Campbell Barton
Date:   Mon Apr 15 18:27:26 2019 +0200
Branches: temp-clang-format
https://developer.blender.org/rB4faae3ad242dc0c69e96d078bc6fdeec06c7abec

move clang-format utility into build utils

===================================================================

M       GNUmakefile
R100    clang-format-paths.py   build_files/utils/clang_format_paths.py

===================================================================

diff --git a/GNUmakefile b/GNUmakefile
index 8c70e187f11..f765788d115 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -514,7 +514,7 @@ update: .FORCE
        git submodule foreach git pull --rebase origin master
 
 format: .FORCE
-       PATH="../lib/${OS_NCASE}/llvm/bin/:$(PATH)" python3 
clang-format-paths.py $(PATHS)
+       PATH="../lib/${OS_NCASE}/llvm/bin/:$(PATH)" python3 
build_files/utils/clang_format_paths.py $(PATHS)
 
 
 # -----------------------------------------------------------------------------
diff --git a/clang-format-paths.py b/build_files/utils/clang_format_paths.py
similarity index 100%
rename from clang-format-paths.py
rename to build_files/utils/clang_format_paths.py

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to