Makefile.lang.in
branchcustombridgeheads
changeset 5645 72ebd9e4cd64
parent 5643 3778051e8095
child 5648 1608018c5ff2
equal deleted inserted replaced
5644:ec96a5a38023 5645:72ebd9e4cd64
    57 	@mkdir -p table
    57 	@mkdir -p table
    58 	$(Q)./$(STRGEN) -s $(LANG_DIR) -d table
    58 	$(Q)./$(STRGEN) -s $(LANG_DIR) -d table
    59 
    59 
    60 $(LANGS): %.lng: $(LANG_DIR)/%.txt $(STRGEN) lang/english.txt
    60 $(LANGS): %.lng: $(LANG_DIR)/%.txt $(STRGEN) lang/english.txt
    61 	$(E) '$(STAGE) Compiling language $(*F)'
    61 	$(E) '$(STAGE) Compiling language $(*F)'
    62 	$(Q)./$(STRGEN) $(STRGEN_FLAGS) -s $(LANG_DIR) -d $(LANG_OBJS_DIR) $< $(LANG_ERRORS) && cp $@ $(BIN_DIR)/lang
    62 	$(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
    63 
    63 
    64 # The targets to compile the endian-code
    64 # The targets to compile the endian-code
    65 
    65 
    66 endian_host.h: $(ENDIAN_CHECK)
    66 endian_host.h: $(ENDIAN_CHECK)
    67 	$(E) '$(STAGE) Testing endianness for host'
    67 	$(E) '$(STAGE) Testing endianness for host'