Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2015 21:41:16 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286044 - head/tools/build/mk
Message-ID:  <201507292141.t6TLfGOk053158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Wed Jul 29 21:41:15 2015
New Revision: 286044
URL: https://svnweb.freebsd.org/changeset/base/286044

Log:
  MK_ELFCOPY_AS_OBJCOPY should be a variable
  
  PR:		201978
  Submitted by:	O. Hartmann
  Differential Revision:	https://reviews.freebsd.org/D2887

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Jul 29 21:29:50 2015	(r286043)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Jul 29 21:41:15 2015	(r286044)
@@ -1651,7 +1651,7 @@ OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee
 .endif
 
 .if ${MK_ELFTOOLCHAIN_TOOLS} == no || \
-    (${MK_ELFTOOLCHAIN_TOOLS} != no && MK_ELFCOPY_AS_OBJCOPY != no)
+    (${MK_ELFTOOLCHAIN_TOOLS} != no && ${MK_ELFCOPY_AS_OBJCOPY} != no)
 OLD_FILES+=usr/bin/elfcopy
 OLD_FILES+=usr/share/man/man1/elfcopy.1.gz
 .endif



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