summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/llee/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/tools/llee/Makefile b/llvm/tools/llee/Makefile
index 534f7905b54..fdf3389f28a 100644
--- a/llvm/tools/llee/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud