Make the serialized link target more verbose
authorMatthias Klose <doko@ubuntu.com>
Mon, 11 Jan 2021 14:51:35 +0000 (14:51 +0000)
committerMatthias Klose <doko@ubuntu.com>
Mon, 11 Jan 2021 14:51:35 +0000 (14:51 +0000)
2020-12-07  Matthias Klose  <doko@ubuntu.com>

* Makefile.in (LINK_PROGRESS): Show the link target.

gcc/Makefile.in

index 23e7f6ca9ea808d9dedba4774b25b2c98080ea55..de8af617488488a815334b7c72b061c4b6c5b2cc 100644 (file)
@@ -1793,7 +1793,7 @@ DO_LINK_SERIALIZATION = @DO_LINK_SERIALIZATION@
 ifeq ($(DO_LINK_SERIALIZATION),)
 LINK_PROGRESS = :
 else
-LINK_PROGRESS = msg="Linking |"; cnt=0; if test "$(2)" = start; then \
+LINK_PROGRESS = msg="Linking $@ |"; cnt=0; if test "$(2)" = start; then \
   idx=0; cnt2=$(DO_LINK_SERIALIZATION); \
   while test $$cnt2 -le $(1); do msg="$${msg}=="; cnt2=`expr $$cnt2 + 1`; idx=`expr $$idx + 1`; done; \
   cnt=$$idx; \