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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
55580197
Commit
55580197
authored
May 03, 2007
by
joerg@trift2
Browse files
Options
Browse Files
Download
Plain Diff
Merge trift2.:/MySQL/M50/netware-cross-5.0
into trift2.:/MySQL/M51/netware-cross-5.1
parents
56d180e8
6511b280
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
scripts/Makefile.am
scripts/Makefile.am
+6
-6
No files found.
scripts/Makefile.am
View file @
55580197
...
...
@@ -16,7 +16,7 @@
## Process this file with automake to create Makefile.in
BUILT_SOURCES
=
mysql_fix_privilege_tables.sql
\
mysql_fix_privilege_tables_sql.c
mysql_fix_privilege_tables_sql.c
EXTRA_PROGRAMS
=
comp_sql
...
...
@@ -62,7 +62,6 @@ EXTRA_DIST = $(EXTRA_SCRIPTS) \
mysqlaccess.conf
\
mysqlbug
\
make_win_bin_dist
\
mysql_fix_privilege_tables.sql
\
mysql_fix_privilege_tables_sql.c
\
mysql_system_tables_fix.sql
\
CMakeLists.txt
...
...
@@ -89,13 +88,11 @@ CLEANFILES = @server_scripts@ \
mysqlhotcopy
\
mysqldumpslow
\
mysql_tableinfo
\
mysqld_multi
\
mysql_fix_privilege_tables.sql
\
mysql_fix_privilege_tables_sql.c
mysqld_multi
# mysqlbug should be distributed built so that people can report build
# failures with it.
DISTCLEANFILES
=
mysqlbug
DISTCLEANFILES
=
$(BUILT_SOURCES)
mysqlbug
# We want the right version and configure comand line in mysqlbug
mysqlbug
:
${top_builddir}/config.status mysqlbug.sh
...
...
@@ -111,9 +108,12 @@ mysql_fix_privilege_tables.sql: mysql_system_tables.sql \
#
# Build mysql_fix_privilege_tables_sql.c from
# mysql_fix_privileges_tables.sql using comp_sql
# The "sleep" ensures the generated file has a younger timestamp than its source
# (which may have been generated in this very same "make" run).
#
mysql_fix_privilege_tables_sql.c
:
comp_sql.c mysql_fix_privilege_tables.sql
$(MAKE)
$(AM_MAKEFLAGS)
comp_sql
$(EXEEXT)
sleep
2
$(top_builddir)
/scripts/comp_sql
$(EXEEXT)
\
mysql_fix_privilege_tables
\
$(top_srcdir)
/scripts/mysql_fix_privilege_tables.sql
$@
...
...
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