Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 2014 14:33:18 +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: r265448 - head/usr.bin/bmake
Message-ID:  <201405061433.s46EXIVc046211@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <src.opts.mk>
 
 .if defined(.PARSEDIR)
 # make sure this is available to unit-tests/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405061433.s46EXIVc046211>