From owner-svn-src-head@FreeBSD.ORG Tue May 6 14:33:18 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D257E396; Tue, 6 May 2014 14:33:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BFED39B1; Tue, 6 May 2014 14:33:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s46EXIW0046212; Tue, 6 May 2014 14:33:18 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s46EXIVc046211; Tue, 6 May 2014 14:33:18 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201405061433.s46EXIVc046211@svn.freebsd.org> From: Warner Losh Date: Tue, 6 May 2014 14:33:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265448 - head/usr.bin/bmake 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.18 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: Tue, 06 May 2014 14:33:18 -0000 Author: imp Date: Tue May 6 14:33:18 2014 New Revision: 265448 URL: http://svnweb.freebsd.org/changeset/base/265448 Log: Fix the upgrade path for fmake by allowing the include of src.opts.mk to fail and falling back on the conservative testing of variables already in place. This should stop the tide of tinderbox mail. Modified: head/usr.bin/bmake/Makefile.inc Modified: head/usr.bin/bmake/Makefile.inc ============================================================================== --- head/usr.bin/bmake/Makefile.inc Tue May 6 14:26:24 2014 (r265447) +++ head/usr.bin/bmake/Makefile.inc Tue May 6 14:33:18 2014 (r265448) @@ -1,6 +1,6 @@ # $FreeBSD$ -.include "src.opts.mk" +.sinclude .if defined(.PARSEDIR) # make sure this is available to unit-tests/Makefile