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
32f5a8eb
Commit
32f5a8eb
authored
Jun 18, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Applied patch from Novell (2004-06-03)
parent
8764abf2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
7 deletions
+12
-7
mysys/mf_tempfile.c
mysys/mf_tempfile.c
+1
-1
netware/BUILD/mwenv
netware/BUILD/mwenv
+6
-6
netware/BUILD/nwbootstrap
netware/BUILD/nwbootstrap
+5
-0
No files found.
mysys/mf_tempfile.c
View file @
32f5a8eb
...
@@ -83,7 +83,7 @@ File create_temp_file(char *to, const char *dir, const char *prefix,
...
@@ -83,7 +83,7 @@ File create_temp_file(char *to, const char *dir, const char *prefix,
(
*
free
)(
res
);
(
*
free
)(
res
);
file
=
my_create
(
to
,
0
,
mode
,
MyFlags
);
file
=
my_create
(
to
,
0
,
mode
,
MyFlags
);
}
}
#elif defined(HAVE_MKSTEMP)
#elif defined(HAVE_MKSTEMP)
&& !defined(__NETWARE__)
{
{
char
prefix_buff
[
30
];
char
prefix_buff
[
30
];
uint
pfx_len
;
uint
pfx_len
;
...
...
netware/BUILD/mwenv
View file @
32f5a8eb
#! /bin/sh
#! /bin/sh
#
WINE_BUILD_DIR, BUILD_DIR, and VERSION
must be correct before compiling
#
F:/mydev, /home/kp/mydev, and 4.0.21
must be correct before compiling
# This values are normally changed by the nwbootstrap script
# This values are normally changed by the nwbootstrap script
# the default is "F:/mydev"
# the default is "F:/mydev"
export
MYDEV
=
"
WINE_BUILD_DIR
"
export
MYDEV
=
"
F:/mydev
"
export
MWCNWx86Includes
=
"
$MYDEV
/libc/include;
$MYDEV
/fs64/headers;
$MYDEV
"
export
MWCNWx86Includes
=
"
$MYDEV
/libc/include;
$MYDEV
/fs64/headers;
$MYDEV
/zlib-1.1.4;
$MYDEV
"
export
MWNWx86Libraries
=
"
$MYDEV
/libc/imports;
$MYDEV
/mw/lib;
$MYDEV
/fs64/imports;
$MYDEV
/
mysql-VERSION
/netware/BUILD"
export
MWNWx86Libraries
=
"
$MYDEV
/libc/imports;
$MYDEV
/mw/lib;
$MYDEV
/fs64/imports;
$MYDEV
/
zlib-1.1.4;
$MYDEV
/mysql-4.0.21
/netware/BUILD"
export
MWNWx86LibraryFiles
=
"libcpre.o;libc.imp;netware.imp;mwcrtl.lib;mwcpp.lib;neb.imp;zPublics.imp;knetware.imp"
export
MWNWx86LibraryFiles
=
"libcpre.o;libc.imp;netware.imp;mwcrtl.lib;mwcpp.lib;
libz.a;
neb.imp;zPublics.imp;knetware.imp"
export
WINEPATH
=
"
$MYDEV
/mw/bin"
export
WINEPATH
=
"
$MYDEV
/mw/bin"
# the default added path is "$HOME/mydev/mysql-x.x-x/netware/BUILD"
# the default added path is "$HOME/mydev/mysql-x.x-x/netware/BUILD"
export
PATH
=
"
$PATH
:
BUILD_DIR/mysql-VERSION
/netware/BUILD"
export
PATH
=
"
$PATH
:
/home/kp/mydev/mysql-4.0.21
/netware/BUILD"
export
AR
=
'mwldnlm'
export
AR
=
'mwldnlm'
export
AR_FLAGS
=
'-type library -o'
export
AR_FLAGS
=
'-type library -o'
...
...
netware/BUILD/nwbootstrap
View file @
32f5a8eb
...
@@ -176,6 +176,11 @@ done
...
@@ -176,6 +176,11 @@ done
echo
"generating llibmysql.imp file..."
echo
"generating llibmysql.imp file..."
awk
'BEGIN{x=0;} x==1 {print $1;next} /EXPORTS/{x=1}'
libmysql/libmysql.def
>
netware/libmysql.imp
awk
'BEGIN{x=0;} x==1 {print $1;next} /EXPORTS/{x=1}'
libmysql/libmysql.def
>
netware/libmysql.imp
# create the libmysql.imp file in netware folder from libmysql/libmysql.def file
echo
"generating llibmysql.imp file..."
awk
'BEGIN{x=0;} x==1 {print $1;next} /EXPORTS/{x=1}'
libmysql/libmysql.def
>
netware/libmysql.imp
# build linux tools
# build linux tools
echo
"compiling linux tools..."
echo
"compiling linux tools..."
./netware/BUILD/compile-linux-tools
./netware/BUILD/compile-linux-tools
...
...
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