Date: Sat, 27 Dec 2008 09:05:58 -0800 From: Garrett Cooper <yanefbsd@gmail.com> To: "Bjoern A. Zeeb" <bz@FreeBSD.org> Cc: "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>, "M. Warner Losh" <imp@bsdimp.com> Subject: Re: svn commit: r186519 - head Message-ID: <26259E4E-6E26-4DAE-8046-80C7C46B7CD5@gmail.com> In-Reply-To: <20081227150827.D97918@maildrop.int.zabbadoz.net> References: <200812271507.mBRF7pkv074681@svn.freebsd.org> <20081227150827.D97918@maildrop.int.zabbadoz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Dec 27, 2008, at 7:13, "Bjoern A. Zeeb" <bz@FreeBSD.org> wrote: > On Sat, 27 Dec 2008, Bjoern A. Zeeb wrote: > >> Author: bz >> Date: Sat Dec 27 15:07:51 2008 >> New Revision: 186519 >> URL: http://svn.freebsd.org/changeset/base/186519 >> >> Log: >> Permit digits at the beginning and end of kernel config file names >> for >> `make universe'. This catches a few more arm and, once enabled, mips >> configs and permits having local configs named like NOINET6. > > FYI: current state of `make universe': > > - Does not complete for a few arm configs. > Patch to fix this, is here fore review: http://people.freebsd.org/~bz/20081227-01-arm-conf.diff > > - Does not complete for one i386 config. > Will commit as soon as the compiles finish. > > Experimental: > > - For mips which is not yet part of universe: > + kernels compile fine after I had fixed one earlier today. > + world does not build but fails in libpam. *paging mr Losh -- mr Losh!* > >> Modified: >> head/Makefile >> >> Modified: head/Makefile >> === >> === >> === >> ===================================================================== >> --- head/Makefile Sat Dec 27 14:34:33 2008 (r186518) >> +++ head/Makefile Sat Dec 27 15:07:51 2008 (r186519) >> @@ -298,7 +298,7 @@ universe_prologue: >> .endif >> .for target in ${TARGETS} >> KERNCONFS!= cd ${.CURDIR}/sys/${target}/conf && \ >> - find [A-Z]*[A-Z] -type f -maxdepth 0 \ >> + find [A-Z0-9]*[A-Z0-9] -type f -maxdepth 0 \ >> ! -name DEFAULTS ! -name LINT >> KERNCONFS:= ${KERNCONFS:S/^NOTES$/LINT/} >> universe: universe_${target} >> > > -- > Bjoern A. Zeeb The greatest risk is not taking > one.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26259E4E-6E26-4DAE-8046-80C7C46B7CD5>