svn commit: r251506 - head/share/mk

Simon J. Gerraty sjg at FreeBSD.org
Fri Jun 7 19:45:04 UTC 2013


Author: sjg
Date: Fri Jun  7 19:45:04 2013
New Revision: 251506
URL: http://svnweb.freebsd.org/changeset/base/251506

Log:
  Override bmake's default MAKEFILE_PREFERENCE

Modified:
  head/share/mk/sys.mk

Modified: head/share/mk/sys.mk
==============================================================================
--- head/share/mk/sys.mk	Fri Jun  7 19:42:00 2013	(r251505)
+++ head/share/mk/sys.mk	Fri Jun  7 19:45:04 2013	(r251506)
@@ -334,7 +334,7 @@ OBJFORMAT?=	elf
 .MAKE.EXPAND_VARIABLES= yes
 
 # Tell bmake the makefile preference
-.MAKE.MAKEFILE_PREFERENCE?= BSDmakefile makefile Makefile
+.MAKE.MAKEFILE_PREFERENCE= BSDmakefile makefile Makefile
 
 .if !defined(.PARSEDIR)
 # We are not bmake, which is more aggressive about searching .PATH


More information about the svn-src-all mailing list