[Bf-blender-cvs] [6669eca820f] master: Build: use clang-format from precompiled libraries for make format on Linux

Brecht Van Lommel noreply at git.blender.org
Sat Feb 15 13:44:35 CET 2020


Commit: 6669eca820f5295204a9b0fe5cf19e1ce15ac792
Author: Brecht Van Lommel
Date:   Sat Feb 15 09:22:26 2020 +0100
Branches: master
https://developer.blender.org/rB6669eca820f5295204a9b0fe5cf19e1ce15ac792

Build: use clang-format from precompiled libraries for make format on Linux

Ref T73747

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

M	GNUmakefile

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

diff --git a/GNUmakefile b/GNUmakefile
index 9b2ebad1e8e..98bfded4ec7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -545,7 +545,7 @@ update: .FORCE
 	$(PYTHON) ./build_files/utils/make_update.py
 
 format: .FORCE
-	PATH="../lib/${OS_NCASE}/llvm/bin/:$(PATH)" \
+	PATH="../lib/${OS_NCASE}_${CPU}/llvm/bin/:../lib/${OS_NCASE}_centos7_${CPU}/llvm/bin/:../lib/${OS_NCASE}/llvm/bin/:$(PATH)" \
 		$(PYTHON) source/tools/utils_maintenance/clang_format_paths.py $(PATHS)



More information about the Bf-blender-cvs mailing list