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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
f1e02176
Commit
f1e02176
authored
Oct 12, 2006
by
joerg@trift2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Various tool fixes, necessary to build 5.1.12-beta on Netware.
parent
2f0689e2
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
11 deletions
+15
-11
netware/BUILD/compile-AUTOTOOLS
netware/BUILD/compile-AUTOTOOLS
+5
-1
netware/BUILD/compile-netware-START
netware/BUILD/compile-netware-START
+0
-1
netware/BUILD/mwenv
netware/BUILD/mwenv
+1
-1
netware/BUILD/nwbootstrap
netware/BUILD/nwbootstrap
+9
-8
No files found.
netware/BUILD/compile-AUTOTOOLS
View file @
f1e02176
...
...
@@ -5,8 +5,11 @@
# stop on errors
set
-e
sed
-e
"s/^DIST_COMMON/#DIST_COMMON/g"
storage/ndb/Makefile.am
>
storage/ndb/Makefile.am.
$$
mv
storage/ndb/Makefile.am.
$$
storage/ndb/Makefile.am
for
package
in
.
./storage/innobase
# for package in . ./storage/innobase
for
package
in
.
do
(
cd
$package
rm
-rf
config.cache autom4te.cache
...
...
@@ -14,6 +17,7 @@ do
autoheader
libtoolize
--force
aclocal
# automake --verbose --add-missing --force-missing
automake
--add-missing
--force-missing
autoconf
)
done
...
...
netware/BUILD/compile-netware-START
View file @
f1e02176
...
...
@@ -24,5 +24,4 @@ base_configs=" \
--prefix=N:/mysql
\
--without-mysqlmanager
\
--without-man
\
--without-csv-storage-engine
\
"
netware/BUILD/mwenv
View file @
f1e02176
...
...
@@ -8,7 +8,7 @@ fi
# The base path(in wineformat) where compilers, includes and
# libraries are installed
if
test
-z
$MYDEV
if
test
-z
"
$MYDEV
"
then
# the default is "F:/mydev"
export
MYDEV
=
"F:/mydev"
...
...
netware/BUILD/nwbootstrap
View file @
f1e02176
...
...
@@ -151,17 +151,18 @@ echo "making files writable..."
cd
$target_dir
chmod
-R
u+rw,g+rw
.
# edit the mvenv file
echo
"updating the mwenv environment file..."
#
# #
edit the mvenv file
##
echo "updating the mwenv environment file..."
mwenv
=
"./netware/BUILD/mwenv"
mv
-f
$mwenv
$mwenv
.org
sed
-e
"s;WINE_BUILD_DIR;
$wine_build_dir
;g"
\
-e
"s;BUILD_DIR;
$build_dir
;g"
\
-e
"s;VERSION;
$version
;g"
$mwenv
.org
>
$mwenv
chmod
+rwx
$mwenv
##
mv -f $mwenv $mwenv.org
##
sed -e "s;WINE_BUILD_DIR;$wine_build_dir;g" \
##
-e "s;BUILD_DIR;$build_dir;g" \
##
-e "s;VERSION;$version;g" $mwenv.org > $mwenv
##
chmod +rwx $mwenv
PWD
=
`
pwd
`
SRC_DIR
=
`
grep
"^export MYDEV="
$mwenv
|
cut
-d
'='
-f2
|
\
# This line will catch the default value only, let's hope it is correct
SRC_DIR
=
`
grep
"^ *export MYDEV="
$mwenv
|
cut
-d
'='
-f2
|
\
sed
-e
's;";;g'
-e
"s;^;echo ;g"
-e
"s;
$;
/
\`
basename
$PWD
\`
;g"
| /bin/sh
`
...
...
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