[llvm-commits] CVS: llvm/runtime/Makefile

Reid Spencer reid at x10sys.com
Fri Sep 3 16:20:03 PDT 2004



Changes in directory llvm/runtime:

Makefile updated: 1.19 -> 1.20
---
Log message:

Clean up some "clean:" targets so they use $(VERB) and don't print anything
by default, like every other "clean" target in LLVM.


---
Diffs of the changes:  (+1 -1)

Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.19 llvm/runtime/Makefile:1.20
--- llvm/runtime/Makefile:1.19	Mon Aug  9 15:07:44 2004
+++ llvm/runtime/Makefile	Fri Sep  3 18:19:53 2004
@@ -28,5 +28,5 @@
 install::
 
 clean::
-	rm -f $(DESTLIBBYTECODE)/*
+	$(VERB) rm -f $(DESTLIBBYTECODE)/*
 






More information about the llvm-commits mailing list