mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-18 12:09:38 +00:00
Make clean quieter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17191 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a4df350ba1
commit
d3f5e7e4ce
@ -16,8 +16,9 @@ all:: llee
|
|||||||
llee: $(TOOLDIR)/llee
|
llee: $(TOOLDIR)/llee
|
||||||
|
|
||||||
$(TOOLDIR)/llee: Makefile
|
$(TOOLDIR)/llee: Makefile
|
||||||
echo exec env LD_PRELOAD=$(TOOLDIR)/libexecve$(SHLIBEXT) $$\* > $@
|
@$(ECHO) Constructing llee shell script
|
||||||
chmod u+x $@
|
$(VERB) echo exec env LD_PRELOAD=$(TOOLDIR)/libexecve$(SHLIBEXT) $$\* > $@
|
||||||
|
$(VERB) chmod u+x $@
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
rm -f $(TOOLDIR)/llee
|
$(VERB) rm -f $(TOOLDIR)/llee
|
||||||
|
Loading…
x
Reference in New Issue
Block a user