svn commit: r265448 - head/usr.bin/bmake

Warner Losh imp at FreeBSD.org
Tue May 6 14:33:18 UTC 2014


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


More information about the svn-src-head mailing list