Yes,  the document is reflect the implementation accurately.

> -----Original Message-----
> From: Nathan Hartman <hartman.nat...@gmail.com>
> 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 <xiaoxiang781...@gmail.com> 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
> >   INCDIR ?= "$(TOPDIR)/tools/incdir.sh" -w else
> >   DEFINE ?= "$(TOPDIR)/tools/define.sh"
> >   INCDIR ?= "$(TOPDIR)/tools/incdir.sh"
> > endif
> 
> Please could you verify the text I added to the draft Release Notes is 
> correct:
> 
> https://cwiki.apache.org/confluence/display/NUTTX/NuttX+9.1#NuttX9.1-RenameWINTOOLtoCONFIG_CYGWIN_WINTOOL
> 
> https://cwiki.apache.org/confluence/display/NUTTX/NuttX+9.1#NuttX9.1-RemoveINCDIROPT
> 
> Thanks,
> Nathan

Reply via email to