svn commit: r313163 - head

Bryan Drewery bdrewery at FreeBSD.org
Fri Feb 3 16:27:25 UTC 2017


Author: bdrewery
Date: Fri Feb  3 16:27:23 2017
New Revision: 313163
URL: https://svnweb.freebsd.org/changeset/base/313163

Log:
  native-xtools: Add missing readelf.
  
  The switch to elftoolchain's readelf in r280859 caused native-xtools
  to no longer build readelf.  This fixes poudriere builds not using
  a native readelf when expected.
  
  Reported by:	strejda on freenode
  MFC after:	2 weeks
  Sponsored by:	Dell EMC Isilon

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Fri Feb  3 16:21:30 2017	(r313162)
+++ head/Makefile.inc1	Fri Feb  3 16:27:23 2017	(r313163)
@@ -1950,6 +1950,7 @@ native-xtools: .PHONY
     usr.bin/mktemp \
     usr.bin/mt \
     usr.bin/patch \
+    usr.bin/readelf \
     usr.bin/sed \
     usr.bin/sort \
     usr.bin/tar \


More information about the svn-src-all mailing list