buildworld - Attempt to fix m4 bootstrapping issue
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 23 Jan 2013 21:40:40 +0000 (13:40 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 23 Jan 2013 21:40:40 +0000 (13:40 -0800)
commite92bae40dc505e22df6ab67463f055323cf71b6c
tree1ca6774bcff281a4b5191f7045b22f32b034a895
parent560d12f06f3e4c73abecdac317304b94f7046cca
buildworld - Attempt to fix m4 bootstrapping issue

* Set the M4 environment variable to force the buildworld to use the
  bootstrap version of M4 in all passes.  This removes the need to
  manually build/install the m4 binary due to the recent major tools
  refresh.

* Force build ordering for some of the bootstrap utilities, particularly
  the m4 binary, so the binary is available to help build other bootstrap
  tools later on.
Makefile.inc1