mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
scripts/make_binary_distribution.sh
After-merge fix for bug#33536: The target to copy to is now called "$DEST". scripts/make_binary_distribution.sh: After-merge fix for bug#33536: The target to copy to is now called "$DEST".
This commit is contained in:
@@ -222,7 +222,7 @@ if [ x"$BASE_SYSTEM" != x"netware" ] ; then
|
|||||||
if [ -z "$gcclib" ] ; then
|
if [ -z "$gcclib" ] ; then
|
||||||
echo "Warning: Compiler doesn't tell libgcc.a!"
|
echo "Warning: Compiler doesn't tell libgcc.a!"
|
||||||
elif [ -f "$gcclib" ] ; then
|
elif [ -f "$gcclib" ] ; then
|
||||||
$CP $gcclib $BASE/lib/libmygcc.a
|
$CP $gcclib $DEST/lib/libmygcc.a
|
||||||
else
|
else
|
||||||
echo "Warning: Compiler result '$gcclib' not found / no file!"
|
echo "Warning: Compiler result '$gcclib' not found / no file!"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user