svn commit: r286044 - head/tools/build/mk

Ed Maste emaste at FreeBSD.org
Wed Jul 29 21:41:16 UTC 2015


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


More information about the svn-src-head mailing list