Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2017 00:58:16 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r314368 - stable/10/tools/build/mk
Message-ID:  <201702280058.v1S0wGQN060453@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Tue Feb 28 00:58:16 2017
New Revision: 314368
URL: https://svnweb.freebsd.org/changeset/base/314368

Log:
  MFC r314244:
  
  Remove MK_OBJC block
  
  It is no longer represented via src.conf(5)

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

Modified: stable/10/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/10/tools/build/mk/OptionalObsoleteFiles.inc	Tue Feb 28 00:57:45 2017	(r314367)
+++ stable/10/tools/build/mk/OptionalObsoleteFiles.inc	Tue Feb 28 00:58:16 2017	(r314368)
@@ -4043,10 +4043,6 @@ OLD_FILES+=usr/share/man/man8/ntpq.8.gz
 OLD_FILES+=usr/share/man/man8/ntptime.8.gz
 .endif
 
-#.if ${MK_OBJC} == no
-# to be filled in
-#.endif
-
 .if ${MK_OPENSSH} == no
 OLD_FILES+=usr/bin/sftp
 OLD_FILES+=usr/bin/ssh



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