From bef4ab9835dec865898c74337dfb7154718b94aa Mon Sep 17 00:00:00 2001 From: SimonLi Date: Thu, 13 May 2021 19:03:43 +0800 Subject: [PATCH] fix: rebuild mksh depends on rebuild.sh script --- apps/mksh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mksh/Makefile b/apps/mksh/Makefile index a468a046..c6180344 100755 --- a/apps/mksh/Makefile +++ b/apps/mksh/Makefile @@ -46,7 +46,7 @@ LOCAL_CFLAGS += -DMKSH_LESS_CMDLINE_EDITING -DMKSH_LESS_BUILDINS -DMKSH_NO_INITC all:$(MKSH) $(MKSH): -ifneq ($(wildcard $(BUILD_DIR)),) +ifneq ($(wildcard $(BUILD_DIR)/Rebuild.sh),) $(HIDE)echo "not clean, rebuilding now" $(HIDE)chmod +x $(BUILD_DIR)/Rebuild.sh $(HIDE)cd $(BUILD_DIR) && ./Rebuild.sh > $(BUILD_LOG) 2>&1 -- GitLab