From owner-svn-src-head@FreeBSD.ORG Thu Apr 25 12:05:18 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 90E215B8; Thu, 25 Apr 2013 12:05:18 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 83AF81082; Thu, 25 Apr 2013 12:05:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3PC5Iaa044932; Thu, 25 Apr 2013 12:05:18 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3PC5IFX044930; Thu, 25 Apr 2013 12:05:18 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201304251205.r3PC5IFX044930@svn.freebsd.org> From: Bryan Drewery Date: Thu, 25 Apr 2013 12:05:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r249893 - head X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2013 12:05:18 -0000 Author: bdrewery (ports committer) Date: Thu Apr 25 12:05:17 2013 New Revision: 249893 URL: http://svnweb.freebsd.org/changeset/base/249893 Log: Fix installworld with DB_FROM_SRC after r249807 Approved by: bapt Reported by: Tom Everett Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ============================================================================== --- head/Makefile.inc1 Thu Apr 25 11:25:24 2013 (r249892) +++ head/Makefile.inc1 Thu Apr 25 12:05:17 2013 (r249893) @@ -616,6 +616,7 @@ kernel-toolchain: ${TOOLCHAIN_TGTS:N_inc # Checks to be sure system is ready for installworld/installkernel. # installcheck: +installcheck_UGID: # # Require DESTDIR to be set if installing for a different architecture or