Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
9165ce50
Commit
9165ce50
authored
Aug 15, 2007
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge trift2.:/MySQL/M50/mysql-5.0
into trift2.:/MySQL/M50/push-5.0
parents
de619bd1
e56a1eac
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
scripts/Makefile.am
scripts/Makefile.am
+3
-3
scripts/make_win_src_distribution_old.sh
scripts/make_win_src_distribution_old.sh
+8
-0
No files found.
scripts/Makefile.am
View file @
9165ce50
...
...
@@ -41,11 +41,11 @@ bin_SCRIPTS = @server_scripts@ \
noinst_SCRIPTS
=
make_binary_distribution
\
make_sharedlib_distribution
\
make_win_src_distribution
make_win_src_distribution
_old
EXTRA_SCRIPTS
=
make_binary_distribution.sh
\
make_sharedlib_distribution.sh
\
make_win_src_distribution.sh
\
make_win_src_distribution
_old
.sh
\
msql2mysql.sh
\
mysql_config.sh
\
mysql_fix_privilege_tables.sh
\
...
...
@@ -99,7 +99,7 @@ CLEANFILES = @server_scripts@ \
mysql_tableinfo
\
mysql_upgrade_shell
\
mysqld_multi
\
make_win_src_distribution
make_win_src_distribution
_old
# mysqlbug should be distributed built so that people can report build
# failures with it.
...
...
scripts/make_win_src_distribution.sh
→
scripts/make_win_src_distribution
_old
.sh
View file @
9165ce50
...
...
@@ -14,6 +14,14 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# NOTE: This script creates a source TAR and ZIP to be used when
# building using Visual Studio 2003 .Net. To gain more flexibility, a
# new CMake build was added. The new build obsoletes this script, Unix
# and Windows share the same source TAR/ZIP.
# Also note that the old build from source created by this script is
# no longer tested by MySQL AB and may not work. Please use the new
# CMake based build.
# Terminate loudly on error, we don't want partial package
set
-e
trap
"echo '*** script failed ***'"
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment