summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfumingwei <[email protected]>2021-06-18 18:02:46 +0800
committerfumingwei <[email protected]>2021-06-30 10:15:11 +0800
commit72a65fa6fa7d8dc07f2ba95a1dd59a0d6e3db5b8 (patch)
tree02456f7ab4f6735e67e0441e677946232484fe8c /Makefile
parent5f17a347fac3bf78fe43f5c4616dac7cfea3b20a (diff)
7400 adapt:增加tools文件夹下文件的执行权限
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 776054a3..d820cfda 100644
--- a/Makefile
+++ b/Makefile
@@ -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