mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Make clean quieter.
llvm-svn: 17191
This commit is contained in:
parent
0342392149
commit
242c69bb0c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user