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-15 00:44:50 +0300
committerKenneth Heafield <github@kheafield.com>2015-05-15 00:44:50 +0300
commit630ffe9316a4997b5a7b337bae12aa604e216b15 (patch)
tree6657e1047448420732739c8d9ccd532d750e46c1
parented7ff35ff80e1292173ed41a6fdae47e1ae017fd (diff)
Revert "Try to fix moses_chart symlinking for Amittai Axelrod"
This reverts commit ed7ff35ff80e1292173ed41a6fdae47e1ae017fd.
-rw-r--r--Jamroot6
1 files changed, 5 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 2628d1715..65282ff63 100644
--- a/Jamroot
+++ b/Jamroot
@@ -282,7 +282,6 @@ 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 ] : . ;
@@ -299,3 +298,8 @@ 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" ] ;