Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2019 20:31:06 +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-12@freebsd.org
Subject:   svn commit: r344137 - stable/12/tools/build/mk
Message-ID:  <201902142031.x1EKV6LD080568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Thu Feb 14 20:31:05 2019
New Revision: 344137
URL: https://svnweb.freebsd.org/changeset/base/344137

Log:
  MFC r300938, r342154
  
  r300938 by ngie:
  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/12/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/12/tools/build/mk/OptionalObsoleteFiles.inc	Thu Feb 14 20:29:33 2019	(r344136)
+++ stable/12/tools/build/mk/OptionalObsoleteFiles.inc	Thu Feb 14 20:31:05 2019	(r344137)
@@ -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?201902142031.x1EKV6LD080568>