git: buildworld - Attempt to fix m4 bootstrapping issue

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jan 23 13:42:45 PST 2013


commit e92bae40dc505e22df6ab67463f055323cf71b6c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Jan 23 13:40:40 2013 -0800

    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.

Summary of changes:
 Makefile.inc1 | 37 +++++++++++++++++++++++++++++++------
 1 file changed, 31 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e92bae40dc505e22df6ab67463f055323cf71b6c


-- 
DragonFly BSD source repository



More information about the Commits mailing list