Force bjam recompile for old version

This commit is contained in:
Kenneth Heafield 2012-10-22 10:27:20 +01:00
parent 4977f2790f
commit 12b7da903b

2
bjam
View File

@ -12,7 +12,7 @@ then
fi
top="$(dirname "$0")"
if [ ! -x "$top"/jam-files/bjam ]; then
if [ ! -x "$top"/jam-files/bjam ] || "$top"/jam-files/bjam -v |grep 2011.4 >/dev/null; then
pushd "$top/jam-files/engine"
./build.sh
cp -f bin.*/bjam ../bjam