From owner-svn-src-all@FreeBSD.ORG Fri Feb 11 05:50:29 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 518E7106567A; Fri, 11 Feb 2011 05:50:29 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 264A98FC1E; Fri, 11 Feb 2011 05:50:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p1B5oTfO047231; Fri, 11 Feb 2011 05:50:29 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p1B5oTx8047229; Fri, 11 Feb 2011 05:50:29 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201102110550.p1B5oTx8047229@svn.freebsd.org> From: Warner Losh Date: Fri, 11 Feb 2011 05:50:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r218538 - head/sys/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 05:50:29 -0000 Author: imp Date: Fri Feb 11 05:50:28 2011 New Revision: 218538 URL: http://svn.freebsd.org/changeset/base/218538 Log: whitespace nit. Modified: head/sys/conf/kern.pre.mk Modified: head/sys/conf/kern.pre.mk ============================================================================== --- head/sys/conf/kern.pre.mk Fri Feb 11 05:48:44 2011 (r218537) +++ head/sys/conf/kern.pre.mk Fri Feb 11 05:50:28 2011 (r218538) @@ -15,7 +15,7 @@ KODIR?= /boot/${KERNEL} LDSCRIPT_NAME?= ldscript.$M LDSCRIPT?= $S/conf/${LDSCRIPT_NAME} -M= ${MACHINE_CPUARCH} +M= ${MACHINE_CPUARCH} AWK?= awk LINT?= lint