@@ -1684,10 +1684,10 @@ install-win-bundle-thirdparty: @dotMAKE@
16841684 | while read D ; do \
16851685 BD=" ` basename \" $$ D\" ` " ; \
16861686 if test -e ' ./$(bindir)/' " $$ BD" && diff ' ./$(bindir)/' " $$ BD" " $$ D" 2> /dev/null > /dev/null ; then \
1687- echo " DLL->bin $$ D : skip (already installed there)" 2>&1 ; \
1687+ echo " DLL->bin SKIP $$ D : skip (already installed there)" 2>&1 ; \
16881688 continue ; \
16891689 fi ; \
1690- echo " DLL->bin $$ D" 2>&1 ; \
1690+ echo " DLL->bin COPY $$ D" 2>&1 ; \
16911691 cp -pf " $$ D" ' ./$(bindir)/' ; \
16921692 done ; \
16931693 ) || exit ; \
@@ -1696,7 +1696,7 @@ install-win-bundle-thirdparty: @dotMAKE@
16961696 GREP=' $(GREP)' EGREP=' $(EGREP)' \
16971697 ' $(abs_top_srcdir)/scripts/Windows/dllldd.sh' dllldddir . \
16981698 | while read D ; do \
1699- echo " DLL->sbin $$ D (symlink from bindir)" 2>&1 ; \
1699+ echo " DLL->sbin LINK $$ D (symlink from bindir)" 2>&1 ; \
17001700 ln -f ' $(DESTDIR)/$(bindir)' /" ` basename \" $$ D\" ` " ./ ; \
17011701 done ; \
17021702 ) || exit ; \
@@ -1706,7 +1706,7 @@ install-win-bundle-thirdparty: @dotMAKE@
17061706 GREP=' $(GREP)' EGREP=' $(EGREP)' \
17071707 ' $(abs_top_srcdir)/scripts/Windows/dllldd.sh' dllldddir . \
17081708 | while read D ; do \
1709- echo " DLL->drv $$ D (symlink from bindir)" 2>&1 ; \
1709+ echo " DLL->drv LINK $$ D (symlink from bindir)" 2>&1 ; \
17101710 ln -f ' $(DESTDIR)/$(bindir)' /" ` basename \" $$ D\" ` " ./ ; \
17111711 done ; \
17121712 ) || exit ; \
@@ -1718,7 +1718,7 @@ install-win-bundle-thirdparty: @dotMAKE@
17181718 GREP=' $(GREP)' EGREP=' $(EGREP)' \
17191719 ' $(abs_top_srcdir)/scripts/Windows/dllldd.sh' dllldddir . \
17201720 | while read D ; do \
1721- echo " DLL->cgi $$ D (symlink from bindir)" 2>&1 ; \
1721+ echo " DLL->cgi LINK $$ D (symlink from bindir)" 2>&1 ; \
17221722 ln -f ' $(DESTDIR)/$(bindir)' /" ` basename \" $$ D\" ` " ./ ; \
17231723 done ; \
17241724 ) || exit ; \
@@ -1730,7 +1730,7 @@ install-win-bundle-thirdparty: @dotMAKE@
17301730 GREP=' $(GREP)' EGREP=' $(EGREP)' \
17311731 ' $(abs_top_srcdir)/scripts/Windows/dllldd.sh' dllldddir . \
17321732 | while read D ; do \
1733- echo " DLL->libexec $$ D (symlink from bindir)" 2>&1 ; \
1733+ echo " DLL->libexec LINK $$ D (symlink from bindir)" 2>&1 ; \
17341734 ln -f ' $(DESTDIR)/$(bindir)' /" ` basename \" $$ D\" ` " ./ ; \
17351735 done ; \
17361736 ) || exit
0 commit comments