From e93397e537c8b4f02ea7110195e5c85c8e596a03 Mon Sep 17 00:00:00 2001 From: Sean Bruno Date: Sun, 16 Nov 2014 23:31:23 +0000 Subject: [PATCH] Add mv, echo and hostname to the native-xtools target. Missed these when profiling. MFC after: 2 weeks --- Makefile.inc1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index 3aa969a7c44a..8cbd58f5afc2 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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 \