diff options
author | unknown <monty@work.mysql.com> | 2000-09-01 00:53:34 +0200 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2000-09-01 00:53:34 +0200 |
commit | 3210b3f65fac214cfc8a9569028b7dfffa4f6543 (patch) | |
tree | 459106df8a76c42b4e34849cf8283a7d3e223f30 /Build-tools/Do-all-build-steps | |
parent | 5a95cfdd68544f1728f7c2d3e92220bcafb7ac1a (diff) | |
download | mariadb-git-3210b3f65fac214cfc8a9569028b7dfffa4f6543.tar.gz |
Fixes for new build environment
Build-tools/Do-compile:
Save old logs
Diffstat (limited to 'Build-tools/Do-all-build-steps')
-rwxr-xr-x | Build-tools/Do-all-build-steps | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps index 682113f4f72..1631e613f51 100755 --- a/Build-tools/Do-all-build-steps +++ b/Build-tools/Do-all-build-steps @@ -14,6 +14,7 @@ EXTRA_CONFIG="--without-perl" echo "Building on $to_host" rm -rf $BD/* +rm -f $WD/binary/* mkdir -p $WD/Logs mkdir -p $BD/Logs @@ -86,3 +87,7 @@ fi cd "$BD" DIST=`ls -t mysql-*.tar.gz | head -1` $BD/Build-tools/mysql-copyright --target=. $DIST + +# move the binaries to the 'binary' directory +mv $BD/mysql*tar.gz $WD/binary +mv $BD/NEW-RPMS/* $WD/binary |