Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2016 02:14:13 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295645 - head/sys/conf
Message-ID:  <201602160214.u1G2ED8E011090@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Feb 16 02:14:12 2016
New Revision: 295645
URL: https://svnweb.freebsd.org/changeset/base/295645

Log:
  Use built-in :tA here rather than realpath(1).
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/sys/conf/kern.post.mk

Modified: head/sys/conf/kern.post.mk
==============================================================================
--- head/sys/conf/kern.post.mk	Tue Feb 16 02:14:09 2016	(r295644)
+++ head/sys/conf/kern.post.mk	Tue Feb 16 02:14:12 2016	(r295645)
@@ -50,7 +50,7 @@ modules-${target}:
 LOCALBASE?=	/usr/local
 # SRC_BASE is how the ports tree refers to the location of the base source files
 .if !defined(SRC_BASE)
-SRC_BASE!=	realpath "${SYSDIR:H}/"
+SRC_BASE=	${SYSDIR:H:tA}
 .endif
 # OSVERSION is used by some ports to determine build options
 .if !defined(OSRELDATE)



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