svn commit: r247112 - stable/9/share/mk

Pedro F. Giffuni pfg at FreeBSD.org
Thu Feb 21 18:41:36 UTC 2013


Author: pfg
Date: Thu Feb 21 18:41:35 2013
New Revision: 247112
URL: http://svnweb.freebsd.org/changeset/base/247112

Log:
  MFC	r237574:
  
  Ensure crunchen uses the same make binary as the rest of the build.
  
  I actually had already merged the crunchgen part of it as part
  of the the enhanced ELF support.
  
  Discussed with:		Simon Gerraty

Modified:
  stable/9/share/mk/bsd.crunchgen.mk
Directory Properties:
  stable/9/   (props changed)
  stable/9/share/   (props changed)
  stable/9/share/mk/   (props changed)

Modified: stable/9/share/mk/bsd.crunchgen.mk
==============================================================================
--- stable/9/share/mk/bsd.crunchgen.mk	Thu Feb 21 18:15:41 2013	(r247111)
+++ stable/9/share/mk/bsd.crunchgen.mk	Thu Feb 21 18:41:35 2013	(r247112)
@@ -100,7 +100,7 @@ $(CONF): Makefile
 .MAKEFLAGS:= ${.MAKEFLAGS:N-P}
 .ORDER: $(OUTPUTS) objs
 $(OUTPUTS): $(CONF)
-	MAKEOBJDIRPREFIX=${CRUNCHOBJS} crunchgen -fq -m $(OUTMK) \
+	MAKE=${MAKE} MAKEOBJDIRPREFIX=${CRUNCHOBJS} crunchgen -fq -m $(OUTMK) \
 	    -c $(OUTC) $(CONF)
 
 $(PROG): $(OUTPUTS) objs


More information about the svn-src-all mailing list