Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 12:14:41 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r309797 - head/tools/build/mk
Message-ID:  <201612101214.uBACEfSJ034217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Dec 10 12:14:41 2016
New Revision: 309797
URL: https://svnweb.freebsd.org/changeset/base/309797

Log:
  Add entries to remove timed files with make delete-old if WITHOUT_TIMED is set
  
  PR:		213724
  Submitted by:	philippe.michel7@sfr.fr
  MFC after:	2 days

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Dec 10 12:02:32 2016	(r309796)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Dec 10 12:14:41 2016	(r309797)
@@ -8059,6 +8059,13 @@ OLD_FILES+=usr/share/man/man1/colcrt.1.g
 OLD_FILES+=usr/share/man/man1/ul.1.gz
 .endif
 
+.if ${MK_TIMED} == no
+OLD_FILES+=usr/sbin/timed
+OLD_FILES+=usr/sbin/timedc
+OLD_FILES+=usr/share/man/man8/timed.8.gz
+OLD_FILES+=usr/share/man/man8/timedc.8.gz
+.endif
+
 .if ${MK_TOOLCHAIN} == no
 OLD_FILES+=usr/bin/addr2line
 OLD_FILES+=usr/bin/as



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