Re: INCDIROPT changes

2020-05-19 Thread Nathan Hartman
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

RE: INCDIROPT changes

2020-05-19 Thread Xiang Xiao
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: >

Re: INCDIROPT changes

2020-05-19 Thread Nathan Hartman
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 >

Re: INCDIROPT changes

2020-05-19 Thread Nathan Hartman
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 >

RE: INCDIROPT changes

2020-05-19 Thread Xiang Xiao
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 &

INCDIROPT changes

2020-05-19 Thread Nathan Hartman
Commit 5eae32577e5d5226e5d3027c169eeb369f83f77d says: "build: Move INCDIROPT to common place" Where is the common place? Thanks, Nathan