begin to differentiate local and remote object code generation
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
c77a6c5901
commit
1af34c74b8
3 changed files with 5 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ __cdist_object_list "$__cdist_out_object_dir" > "$__cdist_tmp_file"
|
|||
|
||||
while read object; do
|
||||
code="$(__cdist_object_code "$object")"
|
||||
echo "Generating code for $object ..."
|
||||
echo "Generating local code for $object ..."
|
||||
|
||||
cdist-object-gencode "$__cdist_target_host" "$object" > "${code}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue