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
3bf9a40c
Commit
3bf9a40c
authored
Jun 24, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysqldev@production.mysql.com:my/mysql-5.0-release
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
parents
759715eb
624cc522
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
Makefile.am
Makefile.am
+3
-3
configure.in
configure.in
+1
-1
innobase/configure.in
innobase/configure.in
+7
-0
No files found.
Makefile.am
View file @
3bf9a40c
...
...
@@ -101,12 +101,12 @@ tags:
test
:
cd
mysql-test
;
\
perl mysql-test-run.pl
&&
perl mysql-test-run.pl
--ps-protocol
./mysql-test-run
&&
./mysql-test-run
--ps-protocol
test-force
:
cd
mysql-test
;
\
perl mysql-test-run.pl
--force
;
\
perl mysql-test-run.pl
--ps-protocol
--force
./mysql-test-run
--force
;
\
./mysql-test-run
--ps-protocol
--force
# Don't update the files from bitkeeper
%
::
SCCS/s.%
configure.in
View file @
3bf9a40c
...
...
@@ -342,7 +342,7 @@ AC_SUBST(CXXFLAGS)
AC_SUBST
(
LD
)
AC_SUBST
(
INSTALL_SCRIPT
)
export
CC CXX CFLAGS LD LDFLAGS AR
export
CC CXX CFLAGS LD LDFLAGS AR
ARFLAGS
if
test
"
$GCC
"
=
"yes"
then
...
...
innobase/configure.in
View file @
3bf9a40c
...
...
@@ -117,6 +117,13 @@ case "$target" in
CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";;
esac
# must go in pair with AR as set by MYSQL_CHECK_AR
if test -z "$ARFLAGS"
then
ARFLAGS="cru"
fi
AC_SUBST(ARFLAGS)
AC_OUTPUT(Makefile os/Makefile ut/Makefile btr/Makefile dnl
buf/Makefile data/Makefile dnl
dict/Makefile dyn/Makefile dnl
...
...
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