7400 adapt:增加tools文件夹下文件的执行权限

This commit is contained in:
fumingwei
2021-06-18 18:02:46 +08:00
parent 5f17a347fa
commit 72a65fa6fa

View File

@@ -80,6 +80,7 @@ export OS_RELEASE_VER
.PHONY: all clean $(PROFILE_LIST)
all: $(PROFILE_LIST)
$(Q) chmod 0755 $(TOOLSDIR)/*
$(Q) echo "=== Building $< $(OS_RELEASE_VER) ==="
$(Q) $(MAKE) -f make/Makefile.$< all