[llvm-commits] CVS: llvm/Makefile.common
Chris Lattner
lattner at cs.uiuc.edu
Wed Sep 25 12:16:01 PDT 2002
Changes in directory llvm:
Makefile.common updated: 1.59 -> 1.60
---
Log message:
Make sure to print message when linking a debug .o file
---
Diffs of the changes:
Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.59 llvm/Makefile.common:1.60
--- llvm/Makefile.common:1.59 Sat Sep 21 21:47:15 2002
+++ llvm/Makefile.common Wed Sep 25 12:15:22 2002
@@ -333,6 +333,7 @@
$(VERB) $(Relink) -o $@ $(ObjectsP) $(LibSubDirs)
$(LIBNAME_OBJG): $(ObjectsG) $(LibSubDirs) $(LIBDEBUG)/.dir
+ @echo "Linking $@"
$(VERB) $(Relink) -o $@ $(ObjectsG) $(LibSubDirs)
endif
More information about the llvm-commits
mailing list