Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2018 16:52:39 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r328285 - user/gjb/thermite
Message-ID:  <201801231652.w0NGqd5Y055299@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801231652.w0NGqd5Y055299>