Tools: Configure defs with new scripts path
Change-Id: I004cf6b7e86b67d99582e874cd9480a3ffdadc64 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b0b28f3f6c
commit
40c110b52b
1 changed files with 4 additions and 4 deletions
8
make/env/defs.host.x86-linux2
vendored
8
make/env/defs.host.x86-linux2
vendored
|
@ -42,11 +42,11 @@ HOS_CopyFile = cp -p --no-preserve=timestamps
|
||||||
HOS_Echo = echo
|
HOS_Echo = echo
|
||||||
HOS_EchoBlankLine = echo
|
HOS_EchoBlankLine = echo
|
||||||
HOS_Cat = cat
|
HOS_Cat = cat
|
||||||
HOS_Cat3Files = $(HOS_Bin)/cat3files
|
HOS_Cat3Files = ${vBASE}/scripts/cat3files
|
||||||
HOS_MakeDir = mkdir -p
|
HOS_MakeDir = mkdir -p
|
||||||
HOS_DelDir = rm -rf
|
HOS_DelDir = rm -rf
|
||||||
HOS_FileList = $(HOS_Bin)/filelist
|
HOS_FileList = ${vBASE}/scripts/filelist
|
||||||
HOS_DirList = $(HOS_Bin)/dirlist
|
HOS_DirList = ${vBASE}/scripts/dirlist
|
||||||
HOS_Shell = sh
|
HOS_Shell = sh
|
||||||
HOS_Rename = mv
|
HOS_Rename = mv
|
||||||
HOS_Move = mv
|
HOS_Move = mv
|
||||||
|
@ -66,7 +66,7 @@ HOS_Term = x-terminal-emulator -e
|
||||||
HOS_mkevents = ${HOS_Bin}/mkevents
|
HOS_mkevents = ${HOS_Bin}/mkevents
|
||||||
HOS_Sleep = sleep
|
HOS_Sleep = sleep
|
||||||
HOS_Percent = %
|
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
|
# 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
|
# updated if the source of the copy did not get re-generated
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue