commit:     95a51fc1bd0282f10c6c97cc6a3cbaca4c9163b8
Author:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 11:00:21 2019 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 11:07:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a51fc1

prefix/winnt/profile.bashrc: inform on DLL cp wrapper setup

Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>

 profiles/prefix/windows/winnt/profile.bashrc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/prefix/windows/winnt/profile.bashrc 
b/profiles/prefix/windows/winnt/profile.bashrc
index 3c12c651967..4e60691a494 100644
--- a/profiles/prefix/windows/winnt/profile.bashrc
+++ b/profiles/prefix/windows/winnt/profile.bashrc
@@ -22,7 +22,9 @@ windows_setup_dllhelper() {
                # But as there is another file to install (the real dll),
                # and installation is done using cp, we override cp to
                # additionally copy the dll when the library is copied.
+               ebegin "Setting up wrapper to copy the DLL along the LIB"
                windows_setup_dllhelper_cp
+               eend $?
                ;;
        esac
 }

Reply via email to