projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4df350
)
Make clean quieter.
author
Reid Spencer
<rspencer@reidspencer.com>
Sat, 23 Oct 2004 19:49:20 +0000
(19:49 +0000)
committer
Reid 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
patch
|
blob
|
history
diff --git
a/tools/llee/Makefile
b/tools/llee/Makefile
index 534f7905b54932189ce798638c6c13e2bf9fdfc8..fdf3389f28aed894a8fe7d06e748678bfea78dec 100644
(file)
--- a/
tools/llee/Makefile
+++ b/
tools/llee/Makefile
@@
-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