Below is the list of changes that have just been committed into a local
5.0 repository of joerg. When joerg does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-11-28 18:36:53+01:00, joerg@trift2. +1 -0
netware/BUILD/nwbootstrap : Editing "mwenv" is now obsolete and even plain wrong -
drop it.
netware/BUILD/nwbootstrap@stripped, 2006-11-28 18:36:50+01:00, joerg@trift2. +9 -9
Editing "mwenv" is now obsolete,
as this file gets its variable settings from the environment already;
and it is even plain wrong,
because the assignments to those variables are written in such a way that
replacing the variables by values (as tried here) yields invalid shell lines.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: joerg
# Host: trift2.
# Root: /MySQL/M50/mysql-5.0
--- 1.10/netware/BUILD/nwbootstrap 2006-11-28 18:37:00 +01:00
+++ 1.11/netware/BUILD/nwbootstrap 2006-11-28 18:37:00 +01:00
@@ -25,7 +25,7 @@
rev=""
build=""
suffix=""
-mwenv=""
+#obsolete mwenv=""
# show usage
show_usage()
@@ -151,14 +151,14 @@
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..."
| Thread |
|---|
| • bk commit into 5.0 tree (joerg:1.2320) | Joerg Bruehe | 28 Nov |