tools:fix some error use of shell command in Windows native build

This commit is contained in:
zouboan
2022-11-05 18:19:01 +08:00
committed by Xiang Xiao
parent 5edb9141e4
commit 12f57bd9b2
4 changed files with 17 additions and 9 deletions
+7
View File
@@ -19,6 +19,13 @@
############################################################################
export TOPDIR := ${shell echo $(CURDIR) | sed -e 's/ /\\ /g'}
# Build any necessary tools needed early in the build.
# incdir - Is needed immediately by all Make.defs file.
DUMMY := ${shell $(MAKE) -C tools -f Makefile.host incdir \
INCDIR="$(TOPDIR)/tools/incdir.sh"}
include $(TOPDIR)/Make.defs
# GIT directory present