[llvm-commits] CVS: llvm/lib/Target/SparcV9/Makefile
Reid Spencer
reid at x10sys.com
Fri Sep 3 16:20:04 PDT 2004
Changes in directory llvm/lib/Target/SparcV9:
Makefile updated: 1.44 -> 1.45
---
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/lib/Target/SparcV9/Makefile
diff -u llvm/lib/Target/SparcV9/Makefile:1.44 llvm/lib/Target/SparcV9/Makefile:1.45
--- llvm/lib/Target/SparcV9/Makefile:1.44 Wed Aug 4 16:48:45 2004
+++ llvm/lib/Target/SparcV9/Makefile Fri Sep 3 18:19:53 2004
@@ -54,5 +54,5 @@
$(TBLGEN) -I $(SourceDir) $< -gen-emitter -o $@
clean::
- $(RM) -f SparcV9CodeEmitter.inc SparcV9.burg.in1 SparcV9.burm SparcV9.burm.cpp
+ $(VERB) $(RM) -f SparcV9CodeEmitter.inc SparcV9.burg.in1 SparcV9.burm SparcV9.burm.cpp
More information about the llvm-commits
mailing list