mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
For PR723:
Print out something at the end of the build that indicates what kind of build has just completed. llvm-svn: 27485
This commit is contained in:
parent
295a3aa9be
commit
d4bdc7793c
10
Makefile
10
Makefile
@ -74,3 +74,13 @@ $(FilesToConfigPATH) : $(LLVM_OBJ_ROOT)/% : $(LLVM_SRC_ROOT)/%.in
|
|||||||
$(Echo) Regenerating $*
|
$(Echo) Regenerating $*
|
||||||
$(Verb) cd $(LLVM_OBJ_ROOT) && $(ConfigStatusScript) $*
|
$(Verb) cd $(LLVM_OBJ_ROOT) && $(ConfigStatusScript) $*
|
||||||
.PRECIOUS: $(FilesToConfigPATH)
|
.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user