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>2011-11-28 16:04:04 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-28 16:04:04 +0400
commit2b5ef4b33b14c28935ee2d41f982d5c8c5255cd2 (patch)
tree2c0553c64168533a63715975404451466de29686 /Jamroot
parente1ed3b9d9a8897fb9a3b4194d75d45a5dc03550d (diff)
Unused code
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 0 insertions, 2 deletions
diff --git a/Jamroot b/Jamroot
index 0c6665d20..0b31c6de0 100644
--- a/Jamroot
+++ b/Jamroot
@@ -178,8 +178,6 @@ build-project moses-chart-cmd/src ;
#Scripts have their own binaries.
build-project scripts ;
-install-location = [ option.get "install" : $(TOP)/dist ] ;
-
if [ option.get "git" : : "yes" ] {
local revision = [ _shell "git rev-parse --verify HEAD |head -c 7" ] ;
constant GITTAG : "/"$(revision) ;