On Tue, May 19, 2020 at 11:05 AM Xiang Xiao wrote:
>
> Yes, the document is reflect the implementation accurately.
Thank you for reviewing it.
Nathan
Yes, the document is reflect the implementation accurately.
> -Original Message-
> From: Nathan Hartman
> Sent: Tuesday, May 19, 2020 10:17 PM
> To: dev@nuttx.apache.org
> Subject: Re: INCDIROPT changes
>
> On Tue, May 19, 2020 at 10:08 AM Xiang Xiao wrote:
>
On Tue, May 19, 2020 at 10:08 AM Xiang Xiao wrote:
>
> Config.mk, bundled in INCDIR:
>
> ifeq ($(CONFIG_WINDOWS_NATIVE),y)
> DEFINE ?= "$(TOPDIR)\tools\define.bat"
> INCDIR ?= "$(TOPDIR)\tools\incdir.bat"
> else ifeq ($(CONFIG_CYGWIN_WINTOOL),y)
> DEFINE ?= "$(TOPDIR)/tools/define.sh" -w
>
On Tue, May 19, 2020 at 10:08 AM Xiang Xiao wrote:
>
> Config.mk, bundled in INCDIR:
>
> ifeq ($(CONFIG_WINDOWS_NATIVE),y)
> DEFINE ?= "$(TOPDIR)\tools\define.bat"
> INCDIR ?= "$(TOPDIR)\tools\incdir.bat"
> else ifeq ($(CONFIG_CYGWIN_WINTOOL),y)
> DEFINE ?= "$(TOPDIR)/tools/define.sh" -w
>
r.sh" -w
else
DEFINE ?= "$(TOPDIR)/tools/define.sh"
INCDIR ?= "$(TOPDIR)/tools/incdir.sh"
endif
> -Original Message-
> From: Nathan Hartman
> Sent: Tuesday, May 19, 2020 10:05 PM
> To: dev@nuttx.apache.org
> Subject: INCDIROPT changes
&
Commit 5eae32577e5d5226e5d3027c169eeb369f83f77d says:
"build: Move INCDIROPT to common place"
Where is the common place?
Thanks,
Nathan