summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-03-02 08:09:22 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-03-02 08:09:22 +0100
commit8682052f7175da287e522d57451e4263f1914b86 (patch)
tree52d41da9d33ec3de0b198ec07915a5d8ce3a5fb7 /makefile
parent7068b2f49a6d4d42cae2b3b133725fd3410c47bf (diff)
continue execution of compilation even if some translations failed (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9e686a58ee8..abdba0458e4 100644
--- a/makefile
+++ b/makefile
@@ -1365,7 +1365,7 @@ endif
%.mo: %.po
@echo Converting translation $<...
- $(SILENT)$(PYTHON) scripts/build/msgfmt.py --output-file $@ $<
+ $(SILENT)$(PYTHON) scripts/build/msgfmt.py --output-file $@ $< || exit 0
#-------------------------------------------------
# Regression tests