diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-26 16:56:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-26 16:56:34 +0200 |
commit | 40bc2a12c6ac34caf5de3c68bf4319fa41666221 (patch) | |
tree | 9061726f7a44f8f93627ab2137c9440f7fdbe629 /install | |
parent | bd3ce4d1c33b53b26a7de54e4a701d90640ceac7 (diff) |
0.3.0 release updates0.3.0
Diffstat (limited to 'install')
-rwxr-xr-x | install | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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>... |