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
c6d2337b
Commit
c6d2337b
authored
Aug 24, 2007
by
joerg@trift2
Browse files
Options
Browse Files
Download
Plain Diff
Merge trift2.:/MySQL/M51/netware2-5.1
into trift2.:/MySQL/M51/target-5.1.22
parents
eb6651b0
4d375e46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
netware/Makefile.am
netware/Makefile.am
+9
-4
No files found.
netware/Makefile.am
View file @
c6d2337b
...
@@ -43,10 +43,15 @@ netware_build_files = client/mysql.def client/mysqladmin.def \
...
@@ -43,10 +43,15 @@ netware_build_files = client/mysql.def client/mysqladmin.def \
storage/myisam/myisampack.def
\
storage/myisam/myisampack.def
\
storage/myisam/myisam_ftdump.def
storage/myisam/myisam_ftdump.def
BUILT_SOURCES
=
link_sources init_db.sql test_db.sql
CLEANFILES
=
$(BUILT_SOURCES)
all
:
$(BUILT_SOURCES)
link_sources
:
link_sources
:
for
f
in
$(netware_build_files)
;
do
\
for
f
in
$(netware_build_files)
;
do
\
rm
-f
../
$$
f
;
\
rm
-f
../
$$
f
;
\
org
=
`
echo
$$
f |
sed
-e
's/.*\/\(.*\)/\1/g'
`
;
\
org
=
`
basename
$$
f
`
;
\
@LN_CP_F@
$(srcdir)
/
$$
org ../
$$
f
;
\
@LN_CP_F@
$(srcdir)
/
$$
org ../
$$
f
;
\
done
done
echo
timestamp
>
link_sources
echo
timestamp
>
link_sources
...
@@ -94,6 +99,8 @@ EXTRA_DIST= $(BUILT_SOURCES) comp_err.def install_test_db.ncf \
...
@@ -94,6 +99,8 @@ EXTRA_DIST= $(BUILT_SOURCES) comp_err.def install_test_db.ncf \
BUILD/mwasmnlm BUILD/mwccnlm BUILD/mwenv BUILD/mwldnlm
\
BUILD/mwasmnlm BUILD/mwccnlm BUILD/mwenv BUILD/mwldnlm
\
BUILD/nwbootstrap BUILD/openssl.imp BUILD/save-patch
BUILD/nwbootstrap BUILD/openssl.imp BUILD/save-patch
endif
# Build init_db.sql from the files that contain
# Build init_db.sql from the files that contain
# the system tables for this version of MySQL plus any commands
# the system tables for this version of MySQL plus any commands
...
@@ -111,9 +118,7 @@ init_db.sql: $(top_srcdir)/scripts/mysql_system_tables.sql \
...
@@ -111,9 +118,7 @@ init_db.sql: $(top_srcdir)/scripts/mysql_system_tables.sql \
test_db.sql
:
init_db.sql $(top_srcdir)/scripts/mysql_test_data_timezone.sql
test_db.sql
:
init_db.sql $(top_srcdir)/scripts/mysql_test_data_timezone.sql
@
echo
"Building
$@
"
;
@
echo
"Building
$@
"
;
@
cat
init_db.sql
\
@
cat
init_db.sql
\
$(top_srcdir)
/scripts/mysql_test_data_timezone.sql
>>
$@
;
$(top_srcdir)
/scripts/mysql_test_data_timezone.sql
>
$@
;
endif
# Don't update the files from bitkeeper
# Don't update the files from bitkeeper
%
::
SCCS/s.%
%
::
SCCS/s.%
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