svn commit: r328285 - user/gjb/thermite

Glen Barber gjb at FreeBSD.org
Tue Jan 23 16:52:40 UTC 2018


Author: gjb
Date: Tue Jan 23 16:52:39 2018
New Revision: 328285
URL: https://svnweb.freebsd.org/changeset/base/328285

Log:
  Sync with the RE version:
  - Minor change to sanitize the path to _srcdir in stdout.
  - Bump copyright year.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  user/gjb/thermite/thermite.sh

Modified: user/gjb/thermite/thermite.sh
==============================================================================
--- user/gjb/thermite/thermite.sh	Tue Jan 23 16:48:31 2018	(r328284)
+++ user/gjb/thermite/thermite.sh	Tue Jan 23 16:52:39 2018	(r328285)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #-
-# Copyright (c) 2013-2017 The FreeBSD Foundation
+# Copyright (c) 2013-2018 The FreeBSD Foundation
 # Copyright (c) 2012, 2013 Glen Barber
 # All rights reserved.
 #
@@ -487,7 +487,7 @@ build_chroots() {
 			${_srcdir} \
 			>> ${logdir}/${_build}.log 2>&1
 	fi
-	info "Building ${_srcdir} world"
+	info "Building $(realpath ${_srcdir}) world"
 	env MAKEOBJDIRPREFIX=${_objdir} \
 		make -C ${_srcdir} ${WORLD_FLAGS} \
 		__MAKE_CONF=/dev/null SRCCONF=/dev/null \


More information about the svn-src-user mailing list