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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to