begin to differentiate local and remote object code generation

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-19 22:15:54 +01:00
commit 1af34c74b8
3 changed files with 5 additions and 2 deletions

View file

@ -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}"