Changes in directory llvm:
Makefile updated: 1.52 -> 1.53 --- Log message: For PR723: http://llvm.cs.uiuc.edu/PR723 : Print out something at the end of the build that indicates what kind of build has just completed. --- Diffs of the changes: (+10 -0) Makefile | 10 ++++++++++ 1 files changed, 10 insertions(+) Index: llvm/Makefile diff -u llvm/Makefile:1.52 llvm/Makefile:1.53 --- llvm/Makefile:1.52 Thu Apr 6 17:15:50 2006 +++ llvm/Makefile Fri Apr 7 10:58:18 2006 @@ -74,3 +74,13 @@ $(Echo) Regenerating $* $(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. +all:: + $(Echo) '*****' Completed $(BuildMode)$(AssertMode) Build +ifeq ($(BuildMode),Debug) + $(Echo) '*****' Note: Debug build can be 10 times slower than an + $(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to + $(Echo) '*****' make an optimized build. +endif _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits