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 \
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to