Author: bdrewery
Date: Sat Oct 17 05:57:29 2015
New Revision: 289444
URL: https://svnweb.freebsd.org/changeset/base/289444

Log:
  For 'buildenvvars' show any .exported variables as well to cover recent
  exporting of OSRELDATE and VERSION.  These already do export to 'buildenv'
  fine.
  
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Sat Oct 17 05:55:45 2015        (r289443)
+++ head/Makefile.inc1  Sat Oct 17 05:57:29 2015        (r289444)
@@ -747,7 +747,7 @@ buildworld_epilogue:
 # to quote multiword values.
 #
 buildenvvars:
-       @echo ${WMAKEENV:Q}
+       @echo ${WMAKEENV:Q} ${.MAKE.EXPORTED:@v@$v=\"${$v}\"@}
 
 .if ${.TARGETS:Mbuildenv}
 .if ${.MAKEFLAGS:M-j}
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to