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
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2015-05-14 01:21:10 +0300
committerKenneth Heafield <github@kheafield.com>2015-05-14 01:21:10 +0300
commited7ff35ff80e1292173ed41a6fdae47e1ae017fd (patch)
treec10fc7abaa53758931152b8d8f90810da5636e47
parente61c905687ce1e77f9d1d064803b47edf1d9d96b (diff)
Try to fix moses_chart symlinking for Amittai Axelrod
-rw-r--r--Jamroot6
1 files changed, 1 insertions, 5 deletions
diff --git a/Jamroot b/Jamroot
index 65282ff63..2628d1715 100644
--- a/Jamroot
+++ b/Jamroot
@@ -282,6 +282,7 @@ rephraser
contrib/c++tokenizer//tokenizer
;
+symlink $(BINDIR)/moses_chart : moses-cmd//moses ;
install-bin-libs programs ;
install-headers headers-base : [ path.glob-tree biconcor contrib lm mert misc moses-cmd OnDiskPt phrase-extract symal util : *.hh *.h ] : . ;
@@ -298,8 +299,3 @@ if [ path.exists $(TOP)/dist ] && $(prefix) != dist {
echo "To disable this message, delete $(TOP)/dist ." ;
echo ;
}
-
-#local temp = [ _shell "bash source ./s.sh" ] ;
-local temp = [ _shell "mkdir -p $(TOP)/bin" ] ;
-local temp = [ _shell "rm $(TOP)/bin/moses_chart" ] ;
-local temp = [ _shell "cd $(TOP)/bin && ln -s moses moses_chart" ] ;