Add space after comment

Merge your clean-up script
This commit is contained in:
talregev 2020-07-05 04:15:34 +03:00
parent 70f513dd76
commit 41d0505662
5 changed files with 5 additions and 4 deletions

View File

@ -125,6 +125,7 @@ if [ "${doclean}" = "yes" ]; then
rm -f /tmp/ndk_${NDK_VERSION}.zip
rm -f /tmp/openssl_${OPENSSL_VERSION}.tgz
rm -f /tmp/curl_${CURL_VERSION}.tgz
./clear_environment.sh
fi
if [ "${silent}" = "yes" ]; then

View File

@ -44,7 +44,7 @@ if [ "$COMPILEOPENSSL" = "yes" ]; then
fi
if [ -n "$CONFIGURE" ]; then
./Configure linux-generic32 no-shared no-dso -DL_ENDIAN --openssldir="$TCINCLUDES" 1>$STDOUT_TARGET
#override flags in Makefile
# override flags in Makefile
sed -e "s/^CFLAG=.*$/`grep -e \^CFLAG= Makefile` \$(CFLAGS)/g" Makefile > Makefile.out
mv Makefile.out Makefile
fi

View File

@ -44,7 +44,7 @@ if [ "$COMPILEOPENSSL" = "yes" ]; then
fi
if [ -n "$CONFIGURE" ]; then
./Configure linux-generic32 no-shared no-dso -DL_ENDIAN --openssldir="$TCINCLUDES" 1>$STDOUT_TARGET
#override flags in Makefile
# override flags in Makefile
sed -e "s/^CFLAG=.*$/`grep -e \^CFLAG= Makefile` \$(CFLAGS)/g" Makefile > Makefile.out
mv Makefile.out Makefile
fi

View File

@ -44,7 +44,7 @@ if [ "$COMPILEOPENSSL" = "yes" ]; then
fi
if [ -n "$CONFIGURE" ]; then
./Configure linux-generic32 no-shared no-dso -DL_ENDIAN --openssldir="$TCINCLUDES" 1>$STDOUT_TARGET
#override flags in Makefile
# override flags in Makefile
sed -e "s/^CFLAG=.*$/`grep -e \^CFLAG= Makefile` \$(CFLAGS)/g" Makefile > Makefile.out
mv Makefile.out Makefile
fi

View File

@ -44,7 +44,7 @@ if [ "$COMPILEOPENSSL" = "yes" ]; then
fi
if [ -n "$CONFIGURE" ]; then
./Configure linux-x86_64 no-shared no-dso -DL_ENDIAN --openssldir="$TCINCLUDES" 1>$STDOUT_TARGET
#override flags in Makefile
# override flags in Makefile
sed -e "s/^CFLAG=.*$/`grep -e \^CFLAG= Makefile` \$(CFLAGS)/g" Makefile > Makefile.out
mv Makefile.out Makefile
fi