forked from OSchip/llvm-project
parent
5a6537d643
commit
e690a93c64
|
@ -75,8 +75,8 @@ $(FilesToConfigPATH) : $(LLVM_OBJ_ROOT)/% : $(LLVM_SRC_ROOT)/%.in
|
||||||
$(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
|
# NOTE: This needs to remain as the last target definition in this file so
|
||||||
#that it gets executed last.
|
# that it gets executed last.
|
||||||
all::
|
all::
|
||||||
$(Echo) '*****' Completed $(BuildMode)$(AssertMode) Build
|
$(Echo) '*****' Completed $(BuildMode)$(AssertMode) Build
|
||||||
ifeq ($(BuildMode),Debug)
|
ifeq ($(BuildMode),Debug)
|
||||||
|
@ -84,3 +84,4 @@ ifeq ($(BuildMode),Debug)
|
||||||
$(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
|
$(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
|
||||||
$(Echo) '*****' make an optimized build.
|
$(Echo) '*****' make an optimized build.
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue