cvs commit: src Makefile Makefile.inc1

Warner Losh imp at FreeBSD.org
Tue Jun 6 16:26:49 UTC 2006


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


More information about the cvs-src mailing list