[cfe-commits] [PATCH] When using "make VERBOSE=1", make sure compiler-rt is also build verbosely.

Jean-Daniel Dupas devlists at shadowlab.org
Sat Oct 27 00:19:17 PDT 2012


  Because I erroneously though that simply using "make VERBOSE=" was enough to enable verbose mode.

http://llvm-reviews.chandlerc.com/D67

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D67?vs=181&id=220#toc

Files:
  runtime/compiler-rt/Makefile

Index: runtime/compiler-rt/Makefile
===================================================================
--- runtime/compiler-rt/Makefile
+++ runtime/compiler-rt/Makefile
@@ -134,12 +134,14 @@
 	  ProjObjRoot=$(PROJ_OBJ_DIR) \
 	  CC="$(ToolDir)/clang" \
 	  LLVM_ANDROID_TOOLCHAIN_DIR="$(LLVM_ANDROID_TOOLCHAIN_DIR)" \
+	  VERBOSE=$(VERBOSE) \
 	  $(RuntimeDirs:%=clang_%)
 .PHONY: BuildRuntimeLibraries
 CleanRuntimeLibraries:
 	$(Verb) $(MAKE) -C $(COMPILERRT_SRC_ROOT) \
 	  ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \
 	  ProjObjRoot=$(PROJ_OBJ_DIR) \
+	  VERBOSE=$(VERBOSE) \
 	  clean
 .PHONY: CleanRuntimeLibraries
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67.2.patch
Type: text/x-patch
Size: 617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121027/cb001a40/attachment.bin>


More information about the cfe-commits mailing list