diff options
| author | 2016-03-02 08:09:22 +0100 | |
|---|---|---|
| committer | 2016-03-02 08:09:22 +0100 | |
| commit | 8682052f7175da287e522d57451e4263f1914b86 (patch) | |
| tree | 52d41da9d33ec3de0b198ec07915a5d8ce3a5fb7 /makefile | |
| parent | 7068b2f49a6d4d42cae2b3b133725fd3410c47bf (diff) | |
continue execution of compilation even if some translations failed (nw)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
