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
3d5505d5
Commit
3d5505d5
authored
Sep 30, 2003
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New build directory files - NetWare only, as used in 4.0.15
parent
16de8b37
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
93 additions
and
0 deletions
+93
-0
netware/BUILD/compile-netware-max
netware/BUILD/compile-netware-max
+23
-0
netware/BUILD/compile-netware-max-debug
netware/BUILD/compile-netware-max-debug
+23
-0
netware/BUILD/compile-netware-src
netware/BUILD/compile-netware-src
+36
-0
netware/BUILD/knetware.imp
netware/BUILD/knetware.imp
+2
-0
netware/BUILD/openssl.imp
netware/BUILD/openssl.imp
+9
-0
No files found.
netware/BUILD/compile-netware-max
0 → 100644
View file @
3d5505d5
#! /bin/sh
# debug
#set -x
# stop on errors
set
-e
path
=
`
dirname
$0
`
.
$path
/compile-netware-START
suffix
=
"max"
extra_configs
=
"
\
--with-innodb
\
--with-embedded-server
\
--with-openssl
\
"
.
$path
/compile-netware-END
netware/BUILD/compile-netware-max-debug
0 → 100644
View file @
3d5505d5
#! /bin/sh
# debug
#set -x
# stop on errors
set
-e
path
=
`
dirname
$0
`
.
$path
/compile-netware-START
suffix
=
"max-debug"
extra_configs
=
"
\
--with-innodb
\
--with-debug=full
\
--with-embedded-server
\
--with-openssl
\
"
.
$path
/compile-netware-END
netware/BUILD/compile-netware-src
0 → 100644
View file @
3d5505d5
#! /bin/sh
# debug
#set -x
# stop on errors
set
-e
if
test
!
-r
./sql/mysqld.cc
then
echo
"you must start from the top source directory"
exit
1
fi
path
=
`
dirname
$0
`
# clean
if
test
-e
"Makefile"
;
then
make
-k
clean
;
make
-k
distclean
;
fi
# remove other files
rm
-f
NEW-RPMS/
*
rm
-f
*
/.deps/
*
.P
rm
-rf
Makefile.in.bk
# zip source
files
=
`
pwd
|
sed
-e
"s/.*
\\\(
mysql-.*
\)
/
\1
/"
`
file
=
`
pwd
|
sed
-e
"s/.*
\\
mysql-
\(
.*
\)
/mysql-src-
\1
-pc-netware-i686/"
`
cd
..
if
test
-e
"
$file
.zip"
;
then
rm
-f
$file
.zip
;
fi
zip
-r
$file
.zip
$files
-x
\*
.zip
-x
\*
.tar.gz
if
test
-e
"./
$files
/
$file
.zip"
;
then
mv
-f
./
$files
/
$file
.zip ./
$files
/
$file
.zip.old
;
fi
mv
-f
$file
.zip ./
$files
/
$file
.zip
netware/BUILD/knetware.imp
0 → 100644
View file @
3d5505d5
kYieldIfTimeSliceUp
netware/BUILD/openssl.imp
0 → 100644
View file @
3d5505d5
WS2_32_shutdown
WS2_32_closesocket
WSASetLastError
WS2_32_recv
WSASetLastError
WS2_32_send
WSAGetLastError
GetProcessSwitchCount
RunningProcess
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