From 112c99cdee19cd06b0e0fc5e13ab0d41242d6462 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 26 Oct 2023 22:44:42 +0000 Subject: [PATCH] test map files 1 --- curl-autotools.sh | 3 +++ 1 file changed, 3 insertions(+) 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