summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall13
1 files changed, 6 insertions, 7 deletions
diff --git a/install b/install
index fe23261..6ee6896 100755
--- a/install
+++ b/install
@@ -107,8 +107,6 @@ while [ $# -gt 0 ]; do
esac
done
-echo "'$bpkgflags'"
-
if [ -z "$tca" ]; then
error $usage
fi
@@ -164,12 +162,13 @@ tar xfz $tca
#
cd $tcb/build2
./bootstrap --cxx $cxx --cxxflags "$cxxflags"
-./build2/b-boot \
- config.cxx=$cxx \
- config.cxx.coptions="$cxxflags" \
- config.bin.rpath=$ins-boot/lib update
cd ..
+./build2/build2/b-boot \
+ "!config.cxx=$cxx" \
+ "!config.cxx.coptions=$cxxflags" \
+ "!config.bin.rpath=$ins-boot/lib" build2/
+
./build2/build2/b \
config.cxx=$cxx \
config.cxx.coptions="$cxxflags" \
@@ -180,7 +179,7 @@ cd ..
config.install.root.sudo=$sudo \
configure
-./build2/build2/b update
+./build2/build2/b
./build2/build2/b install
function show () # <dir> <prog>...