1
0
Fork 0

(svn r7788) -Fix (r7759): do not stop compiling languages when one language fails to compile.

release/0.6
rubidium 2007-01-03 08:20:25 +00:00
parent 38252d04b9
commit 0d5b861b48
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ table/strings.h: lang/english.txt $(STRGEN)
$(LANGS): %.lng: $(LANG_DIR)/%.txt $(STRGEN) lang/english.txt
$(E) '$(STAGE) Compiling language $(*F)'
$(Q)./$(STRGEN) $(STRGEN_FLAGS) -s $(LANG_DIR) -d $(LANG_OBJS_DIR) $< $(LANG_ERRORS) && cp $@ $(BIN_DIR)/lang
$(Q)./$(STRGEN) $(STRGEN_FLAGS) -s $(LANG_DIR) -d $(LANG_OBJS_DIR) $< $(LANG_ERRORS) && cp $@ $(BIN_DIR)/lang || true # Do not fail all languages when one fails
# The targets to compile the endian-code