Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2006 16:24:54 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src Makefile Makefile.inc1
Message-ID:  <200606061624.k56GOsIi084438@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2006-06-06 16:24:54 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile Makefile.inc1 
  Log:
  Create a new target 'buildenvvars'.  This target reports the build
  environment for cross building (the same one you'd get interactively
  in make buildenv).  This cannot be a simple
  
          make -f Makefile.inc1 -V WMAKEENV
  
  because in PATH is not set correctly unless one takes a trip through
  the Makefile/Makefile.inc1 indirection, the logic of which is too
  large to reproduce outside of Makefiles.
  
  Revision  Changes    Path
  1.331     +3 -3      src/Makefile
  1.548     +9 -0      src/Makefile.inc1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606061624.k56GOsIi084438>