mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r15344) -Change [Makefile]: don't recompile everything when english.txt changes, but only whatever includes table/strings.h.
This commit is contained in:
parent
b321130d9a
commit
364e2a110d
@ -43,7 +43,7 @@ OBJS := $(OBJS_C) $(OBJS_CPP) $(OBJS_MM) $(OBJS_RC)
|
|||||||
SRCS := !!SRCS!!
|
SRCS := !!SRCS!!
|
||||||
|
|
||||||
# All C-files depend on those 3 files
|
# All C-files depend on those 3 files
|
||||||
FILE_DEP := $(CONFIG_CACHE_COMPILER) $(LANG_OBJS_DIR)/table/strings.h endian_target.h
|
FILE_DEP := $(CONFIG_CACHE_COMPILER) endian_target.h
|
||||||
# Create all dirs and subdirs
|
# Create all dirs and subdirs
|
||||||
RES := $(shell mkdir -p $(BIN_DIR) $(sort $(dir $(OBJS))))
|
RES := $(shell mkdir -p $(BIN_DIR) $(sort $(dir $(OBJS))))
|
||||||
|
|
||||||
@ -195,7 +195,7 @@ endif
|
|||||||
/:/ { \
|
/:/ { \
|
||||||
left = NF - 1; \
|
left = NF - 1; \
|
||||||
for (n = 2; n <= NF; n++) { \
|
for (n = 2; n <= NF; n++) { \
|
||||||
if (match($$n, "^$(SRC_DIR)") == 0) { \
|
if (match($$n, "^$(ROOT_DIR)") == 0) { \
|
||||||
$$n = ""; \
|
$$n = ""; \
|
||||||
left--; \
|
left--; \
|
||||||
} \
|
} \
|
||||||
|
Loading…
Reference in New Issue
Block a user