Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2019 22:25:36 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r345395 - stable/11/tools/build/mk
Message-ID:  <201903212225.x2LMPamr048714@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Thu Mar 21 22:25:36 2019
New Revision: 345395
URL: https://svnweb.freebsd.org/changeset/base/345395

Log:
  MFC r300938, r342154
  
  r300938:
  Remove the sa(8) tests if MK_ACCT == no when "make delete-old" is run
  
  sa(8) is conditionally installed based on MK_ACCT != no today
  
  Sponsored by: EMC / Isilon Storage Division
  
  r342154:
  OptionalObsoleteFiles: Fix deleting usr/tests/usr.sbin/sa
  
  It's a directory, not a file.
  
  Reported by:	ngie
  X-MFC-With:	300938

Modified:
  stable/11/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/11/tools/build/mk/OptionalObsoleteFiles.inc	Thu Mar 21 22:23:52 2019	(r345394)
+++ stable/11/tools/build/mk/OptionalObsoleteFiles.inc	Thu Mar 21 22:25:36 2019	(r345395)
@@ -38,7 +38,7 @@ OLD_FILES+=usr/tests/usr.sbin/sa/v2-i386-usr.in
 OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-sav.in
 OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-u.out
 OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-usr.in
-OLD_FILES+=usr/tests/usr.sbin/sa
+OLD_DIRS+=usr/tests/usr.sbin/sa
 .endif
 
 .if ${MK_ACPI} == no



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