svn commit: r289444 - head

Bryan Drewery bdrewery at FreeBSD.org
Sat Oct 17 05:57:30 UTC 2015


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}


More information about the svn-src-head mailing list