From 9e39816f13f2ccc095146987297b57c0bceaf216 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 25 Sep 2002 17:15:22 +0000 Subject: [PATCH] Make sure to print message when linking a debug .o file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3918 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.common | 1 + Makefile.rules | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.common b/Makefile.common index 1b0dd594cc0..e8cc9bad5dc 100644 --- a/Makefile.common +++ b/Makefile.common @@ -333,6 +333,7 @@ $(LIBNAME_OBJP): $(ObjectsP) $(LibSubDirs) $(LIBPROFILE)/.dir $(VERB) $(Relink) -o $@ $(ObjectsP) $(LibSubDirs) $(LIBNAME_OBJG): $(ObjectsG) $(LibSubDirs) $(LIBDEBUG)/.dir + @echo "Linking $@" $(VERB) $(Relink) -o $@ $(ObjectsG) $(LibSubDirs) endif diff --git a/Makefile.rules b/Makefile.rules index 1b0dd594cc0..e8cc9bad5dc 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -333,6 +333,7 @@ $(LIBNAME_OBJP): $(ObjectsP) $(LibSubDirs) $(LIBPROFILE)/.dir $(VERB) $(Relink) -o $@ $(ObjectsP) $(LibSubDirs) $(LIBNAME_OBJG): $(ObjectsG) $(LibSubDirs) $(LIBDEBUG)/.dir + @echo "Linking $@" $(VERB) $(Relink) -o $@ $(ObjectsG) $(LibSubDirs) endif