From 40bc2a12c6ac34caf5de3c68bf4319fa41666221 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 26 Apr 2016 16:56:34 +0200 Subject: 0.3.0 release updates --- install | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'install') 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 () # ... -- cgit v1.1