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
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
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
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:
> >
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/
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/