diff --git a/curl-autotools.sh b/curl-autotools.sh index f87cc7852..15682e771 100755 --- a/curl-autotools.sh +++ b/curl-autotools.sh @@ -404,6 +404,9 @@ _VER="$1" fi if [ "${CW_MAP}" = '1' ]; then + echo '----------------' + find "${_BLDDIR}-${pass}" -name '*.map' + echo '----------------' if [ "${pass}" = 'shared' ]; then cp -p "${_BLDDIR}-${pass}/lib/${_MAP_NAME}" "${_PP}/${DYN_DIR}/" else