Date: Fri, 15 Jul 2016 15:09:48 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r302898 - head Message-ID: <201607151509.u6FF9mBU090431@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Fri Jul 15 15:09:48 2016 New Revision: 302898 URL: https://svnweb.freebsd.org/changeset/base/302898 Log: Revert r302865 and it's sister r302866 as r302865 causes some breakage. Reported by: Guy Yur <guyyur@gmail.com> Modified: head/Makefile.inc1 head/UPDATING Modified: head/Makefile.inc1 ============================================================================== --- head/Makefile.inc1 Fri Jul 15 15:07:24 2016 (r302897) +++ head/Makefile.inc1 Fri Jul 15 15:09:48 2016 (r302898) @@ -1140,8 +1140,6 @@ BUILDKERNELS+= ${_kernel} .if empty(INSTALLKERNEL) && !defined(NO_INSTALLKERNEL) INSTALLKERNEL= ${_kernel} .endif -.else -.error Missing KERNCONF ${KERNCONFDIR}/${_kernel} .endif .endfor Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Jul 15 15:07:24 2016 (r302897) +++ head/UPDATING Fri Jul 15 15:09:48 2016 (r302898) @@ -31,14 +31,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) -20160714: - As of r302865 when building multiple kernels using KERNCONF, - non-existent KERNCONF files will produce an error and buildkernel - will fail. Previous to r302865 missing KERNCONF files silently - failed giving no indication as to why, only to subsequently discover - during installkernel that the desired kernel was never built in the - first place. - 20160622: The libc stub for the pipe(2) system call has been replaced with a wrapper which calls the pipe2(2) system call and the pipe(2) is now
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607151509.u6FF9mBU090431>