Make clean quieter.

llvm-svn: 17191
This commit is contained in:
Reid Spencer 2004-10-23 19:49:20 +00:00
parent 421c3c1ec4
commit eebdfe5896
1 changed files with 4 additions and 3 deletions

View 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