tools/Config.mk and tools/Makefile.win: Force use 'cmd' for shell with windows native build
This commit is contained in:
parent
3db3c3952b
commit
e748bb8cd3
@ -38,6 +38,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
|
||||||
|
export SHELL=cmd
|
||||||
|
endif
|
||||||
|
|
||||||
# These are configuration variables that are quoted by configuration tool
|
# These are configuration variables that are quoted by configuration tool
|
||||||
# but which must be unquoated when used in the build system.
|
# but which must be unquoated when used in the build system.
|
||||||
|
|
||||||
|
@ -33,6 +33,8 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
|
export SHELL=cmd
|
||||||
|
|
||||||
TOPDIR := ${shell echo %CD%}
|
TOPDIR := ${shell echo %CD%}
|
||||||
-include $(TOPDIR)\.config
|
-include $(TOPDIR)\.config
|
||||||
-include $(TOPDIR)\tools\Config.mk
|
-include $(TOPDIR)\tools\Config.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user