From: Reid Spencer Date: Fri, 14 Apr 2006 06:32:31 +0000 (+0000) Subject: Don't print out the install command for Intrinsics.gen unless VERBOSE mode. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e25fdafef9a1c6f797cc5616012f1e1e902c0666;p=oota-llvm.git Don't print out the install command for Intrinsics.gen unless VERBOSE mode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27696 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Makefile b/lib/VMCore/Makefile index 424d8749964..c961020372e 100644 --- a/lib/VMCore/Makefile +++ b/lib/VMCore/Makefile @@ -28,4 +28,5 @@ $(GENFILE): $(INTRINSICTDS) $(TBLGEN) $(Verb) $(TableGen) $(INTRINSICTD) -o $@ -gen-intrinsic install-local:: $(GENFILE) - $(DataInstall) $(GENFILE) $(PROJ_includedir)/llvm/Intrinsics.gen + $(Echo) Installing $(PROJ_includedir)/llvm/Intrinsics.gen + $(Verb) $(DataInstall) $(GENFILE) $(PROJ_includedir)/llvm/Intrinsics.gen