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
2d88be14
Commit
2d88be14
authored
Aug 20, 2007
by
jbruehe/mysqldev@suse9-x86.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NetWare fixes: 1) Link options, 2) SQL command files
parent
7f211348
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
netware/BUILD/compile-netware-END
netware/BUILD/compile-netware-END
+9
-2
netware/Makefile.am
netware/Makefile.am
+1
-1
No files found.
netware/BUILD/compile-netware-END
View file @
2d88be14
...
...
@@ -29,8 +29,15 @@ fi
# configure
./configure
$base_configs
$extra_configs
# make
make clean bin-dist
# Ensure a clean tree
make clean
# Link NetWare specific .def files into their proper locations
# in the source tree
(
cd
netware
&&
make link_sources
)
# Now, do the real build
make bin-dist
# mark the build
for
file
in
*
.tar.gz
*
.zip
...
...
netware/Makefile.am
View file @
2d88be14
...
...
@@ -83,7 +83,7 @@ EXTRA_DIST= $(BUILT_SOURCES) comp_err.def install_test_db.ncf \
perror.def
\
mysql_client_test.def
\
replace.def resolve_stack_dump.def resolveip.def
\
static_init_db.sql
\
static_init_db.sql
init_db.sql test_db.sql
\
BUILD/apply-patch BUILD/compile-AUTOTOOLS
\
BUILD/compile-linux-tools BUILD/compile-netware-END
\
BUILD/compile-netware-START BUILD/compile-netware-all
\
...
...
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