[llvm-commits] CVS: llvm/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Apr 7 09:22:12 PDT 2006
Changes in directory llvm:
Makefile updated: 1.53 -> 1.54
---
Log message:
THis -> This
---
Diffs of the changes: (+3 -2)
Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm/Makefile
diff -u llvm/Makefile:1.53 llvm/Makefile:1.54
--- llvm/Makefile:1.53 Fri Apr 7 10:58:18 2006
+++ llvm/Makefile Fri Apr 7 11:21:59 2006
@@ -75,8 +75,8 @@
$(Verb) cd $(LLVM_OBJ_ROOT) && $(ConfigStatusScript) $*
.PRECIOUS: $(FilesToConfigPATH)
-#NOTE: THis needs to remain as the last target definition in this file so
-#that it gets executed last.
+# NOTE: This needs to remain as the last target definition in this file so
+# that it gets executed last.
all::
$(Echo) '*****' Completed $(BuildMode)$(AssertMode) Build
ifeq ($(BuildMode),Debug)
@@ -84,3 +84,4 @@
$(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
$(Echo) '*****' make an optimized build.
endif
+
More information about the llvm-commits
mailing list