Home | History | Annotate | Line # | Download | only in tools
      1  1.7  christos #	$NetBSD: Makefile.gmakehost,v 1.7 2012/01/20 23:01:05 christos Exp $
      2  1.1       mrg #
      3  1.1       mrg # Rules used when building a GNU host package.  Expects MODULE to be set.
      4  1.1       mrg # This version runs ${TOOL_GMAKE} instead of ${MAKE}
      5  1.1       mrg #
      6  1.1       mrg # There's not a lot we can do to build reliably in the face of many
      7  1.1       mrg # available configuration options.  To be as low-overhead as possible,
      8  1.1       mrg # we follow the following scheme:
      9  1.1       mrg #
     10  1.1       mrg # * Configuration is only re-run when an autoconf source file (such as
     11  1.1       mrg #   "configure" or "config.sub") is changed.
     12  1.1       mrg #
     13  1.1       mrg # * "config.status" is run to rebuild Makefiles and .h files if an
     14  1.1       mrg #   autoconf-parsed file (such as Makefile.in) is changed.
     15  1.1       mrg #
     16  1.1       mrg # * If MKUPDATE != "no", "make install" is only run if a build has happened
     17  1.1       mrg #   since the last install in the current directory.
     18  1.1       mrg 
     19  1.1       mrg .include <bsd.own.mk>
     20  1.7  christos MAKE_PROGRAM=${TOOL_GMAKE}
     21  1.7  christos .include "Makefile.gnuhost"
     22