[llvm-commits] CVS: llvm/tools/llee/Makefile 
    Reid Spencer 
    reid at x10sys.com
       
    Sat Oct 23 12:49:31 PDT 2004
    
    
  
Changes in directory llvm/tools/llee:
Makefile updated: 1.8 -> 1.9
---
Log message:
Make clean quieter.
---
Diffs of the changes:  (+4 -3)
Index: llvm/tools/llee/Makefile
diff -u llvm/tools/llee/Makefile:1.8 llvm/tools/llee/Makefile:1.9
--- llvm/tools/llee/Makefile:1.8	Fri Oct 22 16:02:22 2004
+++ llvm/tools/llee/Makefile	Sat Oct 23 14:49:20 2004
@@ -16,8 +16,9 @@
 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
    
    
More information about the llvm-commits
mailing list