11.7Schristos# $NetBSD: Makefile.gmakehost,v 1.7 2012/01/20 23:01:05 christos Exp $ 21.1Smrg# 31.1Smrg# Rules used when building a GNU host package. Expects MODULE to be set. 41.1Smrg# This version runs ${TOOL_GMAKE} instead of ${MAKE} 51.1Smrg# 61.1Smrg# There's not a lot we can do to build reliably in the face of many 71.1Smrg# available configuration options. To be as low-overhead as possible, 81.1Smrg# we follow the following scheme: 91.1Smrg# 101.1Smrg# * Configuration is only re-run when an autoconf source file (such as 111.1Smrg# "configure" or "config.sub") is changed. 121.1Smrg# 131.1Smrg# * "config.status" is run to rebuild Makefiles and .h files if an 141.1Smrg# autoconf-parsed file (such as Makefile.in) is changed. 151.1Smrg# 161.1Smrg# * If MKUPDATE != "no", "make install" is only run if a build has happened 171.1Smrg# since the last install in the current directory. 181.1Smrg 191.1Smrg.include <bsd.own.mk> 201.7SchristosMAKE_PROGRAM=${TOOL_GMAKE} 211.7Schristos.include "Makefile.gnuhost" 22