Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bjam
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-10-22 13:27:20 +0400
committerKenneth Heafield <github@kheafield.com>2012-10-22 13:27:20 +0400
commit12b7da903b805e355b9efac65f02d71ba03574cc (patch)
tree0d60885f8d81c2f08c893a8f2c70532add93e73a /bjam
parent4977f2790fbfd09b3cd8247840302674f4c6a41c (diff)
Force bjam recompile for old version
Diffstat (limited to 'bjam')
-rwxr-xr-xbjam2
1 files changed, 1 insertions, 1 deletions
diff --git a/bjam b/bjam
index 2b0232c8a..d0d94dedb 100755
--- a/bjam
+++ b/bjam
@@ -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