svn commit: r352936 - head/Mk/Scripts

Bryan Drewery bdrewery at FreeBSD.org
Sun May 4 03:08:39 UTC 2014


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|\


More information about the svn-ports-head mailing list