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
fd3b8651
Commit
fd3b8651
authored
Jul 30, 2007
by
kent@kent-amd64.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/kent/bk/config_h/mysql-5.0-build
into mysql.com:/home/kent/bk/config_h/mysql-5.1-build
parents
ce504407
01ad4893
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
10 deletions
+9
-10
cmd-line-utils/libedit/Makefile.am
cmd-line-utils/libedit/Makefile.am
+2
-2
config/ac-macros/misc.m4
config/ac-macros/misc.m4
+0
-1
configure.in
configure.in
+1
-1
include/Makefile.am
include/Makefile.am
+5
-2
mysql-test/Makefile.am
mysql-test/Makefile.am
+0
-3
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+1
-1
No files found.
cmd-line-utils/libedit/Makefile.am
View file @
fd3b8651
...
...
@@ -5,8 +5,8 @@
ASRC
=
$(srcdir)
/vi.c
$(srcdir)
/emacs.c
$(srcdir)
/common.c
AHDR
=
vi.h emacs.h common.h
INCLUDES
=
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
\
-I
$(srcdir)
/../..
-I
..
# Make sure to include stuff from this directory first, to get right "config.h"
INCLUDES
=
-I
.
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
noinst_LIBRARIES
=
libedit.a
...
...
config/ac-macros/misc.m4
View file @
fd3b8651
...
...
@@ -638,7 +638,6 @@ AC_SUBST(CXX_VERSION)
])
AC_DEFUN([MYSQL_PROG_AR], [
AC_REQUIRE([MYSQL_CHECK_CXX_VERSION])
case $CXX_VERSION in
MIPSpro*)
AR=$CXX
...
...
configure.in
View file @
fd3b8651
...
...
@@ -11,7 +11,7 @@ AC_CANONICAL_SYSTEM
# When changing major version number please also check switch statement
# in mysqlbinlog::check_master_version().
AM_INIT_AUTOMAKE
(
mysql, 5.1.21-beta
)
AM_CONFIG_HEADER
(
config.h
)
AM_CONFIG_HEADER
(
[
include/config.h:config.h.in]
)
PROTOCOL_VERSION
=
10
DOT_FRM_VERSION
=
6
...
...
include/Makefile.am
View file @
fd3b8651
...
...
@@ -53,8 +53,11 @@ link_sources:
@
yassl_h_ln_cmd@
echo
timestamp
>
link_sources
my_config.h
:
../config.h
$(CP)
../config.h my_config.h
# We want both "my_config.h" and "config.h" that are identical, as
# MySQL sources assumes the name "my_config.h", and 3rd party sources
# assumes the name "config.h".
my_config.h
:
config.h
$(CP)
config.h my_config.h
# These files should not be included in distributions since they are
# generated by configure from the .h.in files
...
...
mysql-test/Makefile.am
View file @
fd3b8651
...
...
@@ -28,9 +28,6 @@ EXTRA_DIST = $(EXTRA_SCRIPTS) suite
GENSCRIPTS
=
mysql-test-run-shell install_test_db mtr mysql-test-run
PRESCRIPTS
=
mysql-test-run.pl mysql-stress-test.pl
test_SCRIPTS
=
$(GENSCRIPTS)
$(PRESCRIPTS)
test_DATA
=
std_data/client-key.pem std_data/client-cert.pem
\
std_data/cacert.pem std_data/server-cert.pem
\
std_data/server-key.pem
CLEANFILES
=
$(GENSCRIPTS)
INCLUDES
=
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
-I
..
...
...
scripts/make_binary_distribution.sh
View file @
fd3b8651
...
...
@@ -274,7 +274,7 @@ if [ $BASE_SYSTEM = "netware" ] ; then
rm
-f
$BASE
/lib/
*
.la
fi
copyfileto
$BASE
/include
config.h
include/
*
copyfileto
$BASE
/include include/
*
rm
-f
$BASE
/include/Makefile
*
$BASE
/include/
*
.in
$BASE
/include/config-win.h
if
[
$BASE_SYSTEM
!=
"netware"
]
;
then
...
...
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