From 4c9c2d9af33b9b4dbef5c9e15435aa3996136217 Mon Sep 17 00:00:00 2001 From: Jonathan Roelofs Date: Wed, 14 May 2014 23:07:16 +0000 Subject: [PATCH 1011/1012] Make verbose clang builds also build compiler_rt verbosely git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208821 91177308-0d34-0410-b5e6-96231b3b80d8 (cherry picked from commit c85839cf5e69572d949ee7795043ba03c3627451) --- runtime/compiler-rt/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git llvm_release_34/tools/clang/runtime/compiler-rt/Makefile macports_release_34/tools/clang/runtime/compiler-rt/Makefile index 3ecee5c..33e20a1 100644 --- llvm_release_34/tools/clang/runtime/compiler-rt/Makefile +++ macports_release_34/tools/clang/runtime/compiler-rt/Makefile @@ -165,6 +165,7 @@ BuildRuntimeLibraries: ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \ ProjObjRoot=$(PROJ_OBJ_DIR) \ CC="$(ToolDir)/clang" \ + VERBOSE=$(VERBOSE) \ LLVM_ANDROID_TOOLCHAIN_DIR="$(LLVM_ANDROID_TOOLCHAIN_DIR)" \ $(COMPILERRT_MAKE_FLAGS) \ $(RuntimeDirs:%=clang_%) @@ -173,6 +174,7 @@ CleanRuntimeLibraries: $(Verb) $(MAKE) -C $(COMPILERRT_SRC_ROOT) \ ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \ ProjObjRoot=$(PROJ_OBJ_DIR) \ + VERBOSE=$(VERBOSE) \ $(COMPILERRT_MAKE_FLAGS) \ clean .PHONY: CleanRuntimeLibraries -- 2.10.1