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>2012-06-01 03:13:01 +0400
committerKenneth Heafield <github@kheafield.com>2012-06-01 03:13:01 +0400
commit833435561dcf6db47be14e71f29bf1ee20feabac (patch)
tree7eedf768b0d7a2472f45bee92a895896087dca82 /Jamroot
parentbc2bf8224cf3598fa856c609273acc44c96f96f8 (diff)
Warning about dist directory.
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot6
1 files changed, 6 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index b34aabb93..6190ef77f 100644
--- a/Jamroot
+++ b/Jamroot
@@ -115,3 +115,9 @@ alias install : prefix-bin prefix-lib headers-base headers-moses ;
if ! [ option.get "includedir" : : $(prefix)/include ] {
explicit install headers-base headers-moses ;
}
+
+if [ path.exists $(TOP)/dist ] && $(prefix) != dist {
+ echo "You have a $(TOP)/dist directory, but the build system now places files directly in the root i.e. $(TOP)/bin ." ;
+ echo "To disable this message, delete $(TOP)/dist ." ;
+ echo ;
+}