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