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
fa26de19
Commit
fa26de19
authored
Nov 28, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge trift2.:/M50/mysql-5.0
into trift2.:/MySQL/M50/push-5.0
parents
c8b23c37
5be953f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
netware/BUILD/nwbootstrap
netware/BUILD/nwbootstrap
+9
-9
No files found.
netware/BUILD/nwbootstrap
View file @
fa26de19
...
...
@@ -25,7 +25,7 @@ revision=""
rev
=
""
build
=
""
suffix
=
""
mwenv
=
""
#obsolete
mwenv=""
# show usage
show_usage
()
...
...
@@ -151,14 +151,14 @@ echo "making files writable..."
cd
$target_dir
chmod
-R
u+rw,g+rw
.
# 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
#
obsolete #
edit the mvenv file
#obsolete
echo "updating the mwenv environment file..."
#obsolete
mwenv="./netware/BUILD/mwenv"
#obsolete
mv -f $mwenv $mwenv.org
#obsolete
sed -e "s;WINE_BUILD_DIR;$wine_build_dir;g" \
#obsolete
-e "s;BUILD_DIR;$build_dir;g" \
#obsolete
-e "s;VERSION;$version;g" $mwenv.org > $mwenv
#obsolete
chmod +rwx $mwenv
# edit the def file versions
echo
"updating *.def file versions..."
...
...
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