diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-14 06:32:31 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-14 06:32:31 +0000 |
commit | e25fdafef9a1c6f797cc5616012f1e1e902c0666 (patch) | |
tree | b00f6c62ed3c9186bcac1ba387c92c9fdfa007ff /lib/VMCore/Makefile | |
parent | 3824e50b1e931f15e47bdf9edeb324737f236fe6 (diff) |
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
Diffstat (limited to 'lib/VMCore/Makefile')
-rw-r--r-- | lib/VMCore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/VMCore/Makefile b/lib/VMCore/Makefile index 424d874996..c961020372 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 |