Skip to content

Commit 13a999a

Browse files
committed
Remove debug prints
1 parent d1329a6 commit 13a999a

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

build-libssl.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ run_make()
170170
# Cleanup and bookkeeping at end of build loop
171171
finish_build_loop()
172172
{
173-
echo ">>>>>>>>>>>>>>>> End of ${PLATFORM} ${SDKVERSION} ${ARCH} <<<<<<<<<<<<<<<<"
174-
175173
# Return to ${CURRENTPATH} and remove source dir
176174
cd "${CURRENTPATH}"
177175
rm -r "${SOURCEDIR}"

create-openssl-framework.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -193,18 +193,6 @@ if [ $FWTYPE == "dynamic" ]; then
193193
INSTALL_NAME="@rpath/${FWNAME}.framework/${FWNAME}"
194194
fi
195195

196-
echo "ld obj/*.o \
197-
-dylib \
198-
-bitcode_bundle \
199-
-lSystem \
200-
-arch $ARCH \
201-
$MIN_SDK \
202-
-syslibroot $SDK \
203-
-compatibility_version $COMPAT_VERSION \
204-
-current_version $CURRENT_VERSION \
205-
-application_extension \
206-
-install_name $INSTALL_NAME \
207-
-o $FWNAME.dylib"
208196
ld obj/*.o \
209197
-dylib \
210198
-bitcode_bundle \
@@ -250,7 +238,6 @@ else
250238
NORMALIZE_OPENSSL_VERSION=no
251239

252240
for SYS in ${ALL_SYSTEMS[@]}; do
253-
echo bin/${SYS}*/lib/libcrypto.a bin/${SYS}*/lib/libssl.a
254241
SYSDIR="$FWROOT/$SYS"
255242
FWDIR="$SYSDIR/$FWNAME.framework"
256243
LIBS_CRYPTO=(bin/${SYS}*/lib/libcrypto.a)

0 commit comments

Comments
 (0)