Date: Sat, 10 May 2014 00:42:44 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265791 - head/sys/conf Message-ID: <201405100042.s4A0gi65075930@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Sat May 10 00:42:43 2014 New Revision: 265791 URL: http://svnweb.freebsd.org/changeset/base/265791 Log: Fix typo in FORMAT_EXTENSIONS which breaks universe. Modified: head/sys/conf/kern.opts.mk Modified: head/sys/conf/kern.opts.mk ============================================================================== --- head/sys/conf/kern.opts.mk Sat May 10 00:26:40 2014 (r265790) +++ head/sys/conf/kern.opts.mk Sat May 10 00:42:43 2014 (r265791) @@ -16,7 +16,7 @@ # src tree. __DEFAULT_YES_OPTIONS = \ - FORMAT_EXTENTIONS \ + FORMAT_EXTENSIONS \ KERNEL_SYMBOLS __DEFAULT_NO_OPTIONS = \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405100042.s4A0gi65075930>