mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
tools/Config.mk and tools/Makefile.win: Force use 'cmd' for shell with windows native build
This commit is contained in:
committed by
Gregory Nutt
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
|
||||
# but which must be unquoated when used in the build system.
|
||||
|
||||
|
||||
@@ -33,6 +33,8 @@
|
||||
#
|
||||
############################################################################
|
||||
|
||||
export SHELL=cmd
|
||||
|
||||
TOPDIR := ${shell echo %CD%}
|
||||
-include $(TOPDIR)\.config
|
||||
-include $(TOPDIR)\tools\Config.mk
|
||||
|
||||
Reference in New Issue
Block a user