Re: Don't need use $(DELIM) in include statement

2020-05-24 Thread Gregory Nutt
I think we should continue to wait a while and continue doing community building. Meanwhile, one of the following might happen: * Either someone joins and fixes/maintains the Windows build, or * Windows support for *nix compatibility will become much more extensive over time I have a feeling

Re: Don't need use $(DELIM) in include statement

2020-05-24 Thread Nathan Hartman
On Sun, May 24, 2020 at 11:35 AM Gregory Nutt wrote: > Some time back we actually voted to keep the Windows native build in > place, even though it is not fully functional or ready for prime time. > We did mark it as EXPERIMENTAL. The idea is that some champion for this > build would emerge and p

Re: Don't need use $(DELIM) in include statement

2020-05-24 Thread Gregory Nutt
I'm confused about commit edb0ce2d5afa8a0905bd4536ac39eaf1819dfc56: "build: Don't need use $(DELIM) in include statement" This changes various lines in Make.defs from this: include wireless$(DELIM)spirit$(DELIM)drivers$(DELIM)Make.defs to this: include

Re: Don't need use $(DELIM) in include statement

2020-05-24 Thread Nathan Hartman
On Sun, May 24, 2020 at 11:27 AM Gregory Nutt wrote: > > I'm confused about commit edb0ce2d5afa8a0905bd4536ac39eaf1819dfc56: > > "build: Don't need use $(DELIM) in include statement" > > > > This changes various lines in Make.defs from this: > >

Re: Don't need use $(DELIM) in include statement

2020-05-24 Thread Gregory Nutt
I'm confused about commit edb0ce2d5afa8a0905bd4536ac39eaf1819dfc56: "build: Don't need use $(DELIM) in include statement" This changes various lines in Make.defs from this: include wireless$(DELIM)spirit$(DELIM)drivers$(DELIM)Make.defs to this: include wireless/

Don't need use $(DELIM) in include statement

2020-05-24 Thread Nathan Hartman
I'm confused about commit edb0ce2d5afa8a0905bd4536ac39eaf1819dfc56: "build: Don't need use $(DELIM) in include statement" This changes various lines in Make.defs from this: include wireless$(DELIM)spirit$(DELIM)drivers$(DELIM)Make.defs to this: include wireless/spirit/