Make clean quieter.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 23 Oct 2004 19:49:20 +0000 (19:49 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 23 Oct 2004 19:49:20 +0000 (19:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17191 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llee/Makefile

index 534f7905b54932189ce798638c6c13e2bf9fdfc8..fdf3389f28aed894a8fe7d06e748678bfea78dec 100644 (file)
@@ -16,8 +16,9 @@ all:: llee
 llee: $(TOOLDIR)/llee
 
 $(TOOLDIR)/llee: Makefile
-       echo exec env LD_PRELOAD=$(TOOLDIR)/libexecve$(SHLIBEXT) $$\* > $@
-       chmod u+x $@
+       @$(ECHO) Constructing llee shell script
+       $(VERB) echo exec env LD_PRELOAD=$(TOOLDIR)/libexecve$(SHLIBEXT) $$\* > $@
+       $(VERB) chmod u+x $@
 
 clean::
-       rm -f $(TOOLDIR)/llee
+       $(VERB) rm -f $(TOOLDIR)/llee