diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-25 17:15:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-25 17:15:22 +0000 |
commit | 9e39816f13f2ccc095146987297b57c0bceaf216 (patch) | |
tree | 3e0144c4724c4fdc0312d8fdf71329f2d6608dcf /Makefile.common | |
parent | 112e97dbee144fd8e55401f1a785301a9c6c0806 (diff) |
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
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index 1b0dd594cc..e8cc9bad5d 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 |