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>2013-04-17 16:46:01 +0400
committerKenneth Heafield <github@kheafield.com>2013-04-17 16:46:01 +0400
commit875a194dae1dfa6fdcd4a7f0a9c9dbb8ca338927 (patch)
treeaf1bf06808171aeb053243b4bd9bc0a5bc0b8677 /jam-files/boost-build
parentf007a144f5eb7c7f437520a8223fae8a97633ff7 (diff)
Attempt to reduce moses-support e-mails
Diffstat (limited to 'jam-files/boost-build')
-rw-r--r--jam-files/boost-build/build-system.jam7
1 files changed, 0 insertions, 7 deletions
diff --git a/jam-files/boost-build/build-system.jam b/jam-files/boost-build/build-system.jam
index 9f9c884cc..87e1df633 100644
--- a/jam-files/boost-build/build-system.jam
+++ b/jam-files/boost-build/build-system.jam
@@ -596,13 +596,6 @@ local rule should-clean-project ( project )
}
}
- ECHO "warning: No toolsets are configured." ;
- ECHO "warning: Configuring default toolset" \"$(default-toolset)\". ;
- ECHO "warning: If the default is wrong, your build may not work correctly." ;
- ECHO "warning: Use the \"toolset=xxxxx\" option to override our guess." ;
- ECHO "warning: For more configuration options, please consult" ;
- ECHO "warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html" ;
-
toolset.using $(default-toolset) : $(default-toolset-version) ;
}