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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to