Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 May 2014 03:08:38 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352936 - head/Mk/Scripts
Message-ID:  <201405040308.s4438cQF029937@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sun May  4 03:08:38 2014
New Revision: 352936
URL: http://svnweb.freebsd.org/changeset/ports/352936
QAT: https://qat.redports.org/buildarchive/r352936/

Log:
  - Always ignore /root/.ccache. Missed with r352918
  
  With hat:	portmgr

Modified:
  head/Mk/Scripts/check_leftovers.sh

Modified: head/Mk/Scripts/check_leftovers.sh
==============================================================================
--- head/Mk/Scripts/check_leftovers.sh	Sun May  4 02:05:40 2014	(r352935)
+++ head/Mk/Scripts/check_leftovers.sh	Sun May  4 03:08:38 2014	(r352936)
@@ -47,7 +47,7 @@ tmpplist=$(make -C ${portdir} -VTMPPLIST
 while read modtype path extra; do
 	# Ignore everything from these files/directories
 	case "${path}" in
-		${HOME:-/root}/.ccache/*|\
+		${HOME:-/root}/.ccache/*|/root/.ccache/*|\
 		/compat/linux/proc/*|\
 		/dev/*|\
 		/etc/make.conf.bak|\



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