X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=Makefile.common;h=2415e887a3151dab47426c6508dde10ddfa34d65;hp=8e298946adbee101761dc4b03aaced26a5c941cb;hb=287d4436c5afff553019f8971f382e36e02bc0af;hpb=b5f096fc5195f2f525d5573dce73ae614900e32f diff --git a/Makefile.common b/Makefile.common index 8e298946adb..2415e887a31 100644 --- a/Makefile.common +++ b/Makefile.common @@ -304,9 +304,11 @@ clean:: $(VERB) rm -f $(TOOLEXENAMES) $(TOOLEXENAME_G): $(ObjectsG) $(USED_LIB_PATHS_G) $(BUILD_ROOT_TOP)/tools/Debug/.dir + @echo ======= Linking $(TOOLNAME) debug executable ======= $(VERB) $(LinkG) -o $@ $(ObjectsG) $(USED_LIBS_OPTIONS_G) $(TOOLLINKOPTS) $(TOOLEXENAME_O): $(ObjectsO) $(USED_LIB_PATHS_O) $(BUILD_ROOT_TOP)/tools/Release/.dir + @echo ======= Linking $(TOOLNAME) release executable ======= $(VERB) $(LinkO) -o $@ $(ObjectsG) $(USED_LIBS_OPTIONS_O) $(TOOLLINKOPTS) endif