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-09-09 15:00:13 +0400
committerKenneth Heafield <github@kheafield.com>2012-09-09 15:00:13 +0400
commitbe76c67f96aa123ab7dda613f4a3b9f9d1beb329 (patch)
treeee0bd1a0568faa415e3c994192961cc5b3080b5d /jam-files
parentdca9d8952d7b32350e92d34b537c4f8204adc727 (diff)
Old buggy bjam always returns 0. Detect+reject.
http://boost.2283326.n4.nabble.com/bjam-exit-code-always-zero-td2696668.html
Diffstat (limited to 'jam-files')
-rw-r--r--jam-files/fail/Jamroot4
1 files changed, 4 insertions, 0 deletions
diff --git a/jam-files/fail/Jamroot b/jam-files/fail/Jamroot
new file mode 100644
index 000000000..c3584d896
--- /dev/null
+++ b/jam-files/fail/Jamroot
@@ -0,0 +1,4 @@
+actions fail {
+ false
+}
+make fail : : fail ;