svn commit: r249057 - head/share/mk

Simon J. Gerraty sjg at FreeBSD.org
Wed Apr 3 16:20:22 UTC 2013


Author: sjg
Date: Wed Apr  3 16:20:21 2013
New Revision: 249057
URL: http://svnweb.freebsd.org/changeset/base/249057

Log:
  Tell bmake to use the FreeBSD preferred makefile preference list.
  
  PR:		177593
  Reviewed by:	obrien

Modified:
  head/share/mk/sys.mk

Modified: head/share/mk/sys.mk
==============================================================================
--- head/share/mk/sys.mk	Wed Apr  3 16:02:01 2013	(r249056)
+++ head/share/mk/sys.mk	Wed Apr  3 16:20:21 2013	(r249057)
@@ -333,6 +333,9 @@ OBJFORMAT?=	elf
 # Tell bmake to expand -V VAR by default
 .MAKE.EXPAND_VARIABLES= yes
 
+# Tell bmake the makefile preference
+.MAKE.MAKEFILE_PREFERENCE?= BSDmakefile makefile Makefile
+
 .if !defined(.PARSEDIR)
 # We are not bmake, which is more aggressive about searching .PATH
 # It is sometime necessary to curb its enthusiasm with .NOPATH


More information about the svn-src-head mailing list