Date: Tue, 9 Feb 2016 23:01:05 -0800 From: NGie Cooper <yaneurabeya@gmail.com> To: Baptiste Daroussin <bapt@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r295455 - head Message-ID: <D7CEB7EA-BC48-4D84-90FC-4DF3718AD450@gmail.com> In-Reply-To: <201602100026.u1A0Q1RA024264@repo.freebsd.org> References: <201602100026.u1A0Q1RA024264@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Feb 9, 2016, at 16:26, Baptiste Daroussin <bapt@FreeBSD.org> wrote: >=20 > Author: bapt > Date: Wed Feb 10 00:26:01 2016 > New Revision: 295455 > URL: https://svnweb.freebsd.org/changeset/base/295455 >=20 > Log: > Fix make universe when running with non POSIX/C locales using a locale se= nsitive > pattern >=20 > Reported by: many > Submitted by: jilles Please. Please MFC this. > Modified: > head/Makefile >=20 > Modified: head/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/Makefile Wed Feb 10 00:08:51 2016 (r295454) > +++ head/Makefile Wed Feb 10 00:26:01 2016 (r295455) > @@ -466,7 +466,8 @@ _THINNER=3Dcat > _THINNER=3Dxargs grep -L "^.NO_UNIVERSE" || true > .endif > KERNCONFS!=3D cd ${KERNSRCDIR}/${TARGET}/conf && \ > - find [A-Z0-9]*[A-Z0-9] -type f -maxdepth 0 \ > + find [[:upper:][:digit:]]*[[:upper:][:digit:]] \ > + -type f -maxdepth 0 \ > ! -name DEFAULTS ! -name NOTES | \ > ${_THINNER} > universe_kernconfs: >=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D7CEB7EA-BC48-4D84-90FC-4DF3718AD450>