From 40c110b52bf4fe6aa7095ff26cd7be6519b3160a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 24 Apr 2015 23:30:51 -0400 Subject: [PATCH] Tools: Configure defs with new scripts path Change-Id: I004cf6b7e86b67d99582e874cd9480a3ffdadc64 Signed-off-by: Anas Nashif --- make/env/defs.host.x86-linux2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/make/env/defs.host.x86-linux2 b/make/env/defs.host.x86-linux2 index cd0bccfaa87..619ec553e1a 100644 --- a/make/env/defs.host.x86-linux2 +++ b/make/env/defs.host.x86-linux2 @@ -42,11 +42,11 @@ HOS_CopyFile = cp -p --no-preserve=timestamps HOS_Echo = echo HOS_EchoBlankLine = echo HOS_Cat = cat -HOS_Cat3Files = $(HOS_Bin)/cat3files +HOS_Cat3Files = ${vBASE}/scripts/cat3files HOS_MakeDir = mkdir -p HOS_DelDir = rm -rf -HOS_FileList = $(HOS_Bin)/filelist -HOS_DirList = $(HOS_Bin)/dirlist +HOS_FileList = ${vBASE}/scripts/filelist +HOS_DirList = ${vBASE}/scripts/dirlist HOS_Shell = sh HOS_Rename = mv HOS_Move = mv @@ -66,7 +66,7 @@ HOS_Term = x-terminal-emulator -e HOS_mkevents = ${HOS_Bin}/mkevents HOS_Sleep = sleep HOS_Percent = % -HOS_GenHash = ${HOS_Bin}/gen_file_path_hash +HOS_GenHash = ${vBASE}/scripts/gen_file_path_hash # for weird rules where a copy is forced and thus the timestamps should not be # updated if the source of the copy did not get re-generated