svn commit: r274607 - head

Sean Bruno sbruno at FreeBSD.org
Sun Nov 16 23:31:24 UTC 2014


Author: sbruno
Date: Sun Nov 16 23:31:23 2014
New Revision: 274607
URL: https://svnweb.freebsd.org/changeset/base/274607

Log:
  Add mv, echo and hostname to the native-xtools target.  Missed these
  when profiling.
  
  MFC after:	2 weeks

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Sun Nov 16 23:02:32 2014	(r274606)
+++ head/Makefile.inc1	Sun Nov 16 23:31:23 2014	(r274607)
@@ -1459,10 +1459,13 @@ native-xtools: .MAKE
     bin/chmod \
     bin/cp \
     bin/csh \
+    bin/echo \
     bin/expr \
+    bin/hostname \
     bin/ln \
     bin/ls \
     bin/mkdir \
+    bin/mv \
     bin/ps \
     bin/realpath \
     bin/rm \


More information about the svn-src-head mailing list