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
406ae8a5
Commit
406ae8a5
authored
Jun 27, 2004
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensure that we don't create long temporary .o file (breaks on qnx)
parent
e22f983a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
sql/Makefile.am
sql/Makefile.am
+6
-6
No files found.
sql/Makefile.am
View file @
406ae8a5
...
...
@@ -91,11 +91,10 @@ mysqld_SOURCES = sql_lex.cc sql_handler.cc \
gstream.cc spatial.cc sql_help.cc protocol_cursor.cc
\
tztime.cc my_time.c
\
examples/ha_example.cc examples/ha_archive.cc
gen_lex_hash_SOURCES
=
gen_lex_hash.cc
gen_lex_hash_LDADD
=
$(LDADD)
$(CXXLDFLAGS)
mysql_tzinfo_to_sql_SOURCES
=
mysql_tzinfo_to_sql_tztime.cc
mysql_tzinfo_to_sql_CXXFLAGS
=
-DTZINFO2SQL
$(AM_CXXFLAGS)
mysql_tzinfo_to_sql_SOURCES
=
mysql_tzinfo_to_sql.cc
mysql_tzinfo_to_sql_LDADD
=
$(LDADD)
$(CXXLDFLAGS)
DEFS
=
-DMYSQL_SERVER
\
...
...
@@ -117,13 +116,14 @@ link_sources:
@
LN_CP_F@ ../sql-common/client.c client.c
rm
-f
my_time.c
@
LN_CP_F@ ../sql-common/my_time.c my_time.c
rm
-f
mysql_tzinfo_to_sql.cc
@
LN_CP_F@ tztime.cc mysql_tzinfo_to_sql.cc
gen_lex_hash.o
:
gen_lex_hash.cc lex.h
$(CXXCOMPILE)
-c
$(INCLUDES)
$<
mysql_tzinfo_to_sql_tztime.cc
:
tztime.cc
rm
-f
$(srcdir)
/mysql_tzinfo_to_sql_tztime.cc
@
LN_CP_F@
$(srcdir)
/tztime.cc
$(srcdir)
/mysql_tzinfo_to_sql_tztime.cc
mysql_tzinfo_to_sql.o
:
$(mysql_tzinfo_to_sql_SOURCES)
$(CXXCOMPILE)
-c
$(INCLUDES)
-DTZINFO2SQL
$<
# Try to get better dependencies for the grammar. Othervise really bad
# things like different grammars for different pars of MySQL can
...
...
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