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
fb533312
Commit
fb533312
authored
Jun 06, 2005
by
jani@a193-229-222-105.elisa-laajakaista.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some fixes for Netware builds.
parent
6ee82470
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
netware/BUILD/compile-linux-tools
netware/BUILD/compile-linux-tools
+6
-0
netware/BUILD/compile-netware-END
netware/BUILD/compile-netware-END
+5
-0
netware/BUILD/mwenv
netware/BUILD/mwenv
+1
-1
No files found.
netware/BUILD/compile-linux-tools
View file @
fb533312
...
...
@@ -30,6 +30,10 @@ rm -f */*.linux
# build tools only
make clean all-local
# Create mysql_version.h which was deleted my previous step
./config.status include/mysql_version.h
(
cd
dbug
;
make libdbug.a
)
(
cd
strings
;
make libmystrings.a
)
(
cd
mysys
;
make libmysys.a
)
...
...
@@ -56,3 +60,5 @@ cp libmysql_r/conf_to_src libmysql_r/conf_to_src.linux
cp
sql/gen_lex_hash sql/gen_lex_hash.linux
cp
strings/conf_to_src strings/conf_to_src.linux
# Delete mysql_version.h
rm
-f
include/mysql_version.h
netware/BUILD/compile-netware-END
View file @
fb533312
...
...
@@ -22,6 +22,11 @@ rm -rf Makefile.in.bk
# run auto tools
.
$path
/compile-AUTOTOOLS
# For NetWare there is no comp_err but comp_err.linux
sed
-e
"s/comp_err/comp_err.linux/g"
extra/Makefile.am
>
extra/Makefile.am.
$$
sed
-e
"s/replace comp_err.linux/replace comp_err/g"
extra/Makefile.am.
$$
>
extra/Makefile.am
rm
extra/Makefile.am.
$$
# configure
./configure
$base_configs
$extra_configs
...
...
netware/BUILD/mwenv
View file @
fb533312
...
...
@@ -6,7 +6,7 @@
# the default is "F:/mydev"
export
MYDEV
=
"F:/mydev"
export
MWCNWx86Includes
=
"
$MYDEV
/libc/include;
$MYDEV
/fs64/headers;
$MYDEV
/zlib-1.1.4;
$MYDEV
"
export
MWCNWx86Includes
=
"
$MYDEV
/libc/include;
$MYDEV
/fs64/headers;
$MYDEV
/zlib-1.1.4;
$MYDEV
/mysql-VERSION/include;
$MYDEV
"
export
MWNWx86Libraries
=
"
$MYDEV
/libc/imports;
$MYDEV
/mw/lib;
$MYDEV
/fs64/imports;
$MYDEV
/zlib-1.1.4;
$MYDEV
/openssl;
$MYDEV
/mysql-VERSION/netware/BUILD"
export
MWNWx86LibraryFiles
=
"libcpre.o;libc.imp;netware.imp;mwcrtl.lib;mwcpp.lib;libz.a;neb.imp;zPublics.imp;knetware.imp"
...
...
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