prefix/winnt/profile.bashrc: inform on DLL cp wrapper setup
authorMichael Haubenwallner <haubi@gentoo.org>
Mon, 24 Jun 2019 11:00:21 +0000 (13:00 +0200)
committerMichael Haubenwallner <haubi@gentoo.org>
Mon, 24 Jun 2019 11:07:50 +0000 (13:07 +0200)
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
profiles/prefix/windows/winnt/profile.bashrc

index 3c12c6519673ac83578948bfab46d7482d359e92..4e60691a4944361574049df3753569713dae2c06 100644 (file)
@@ -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
 }