forked from ungleich-public/cdist
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
|
|
@ -46,6 +46,8 @@ __cdist_abs_myname="$__cdist_abs_mydir/$__cdist_myname"
|
|||
: ${__cdist_name_conf_dir:=conf}
|
||||
: ${__cdist_name_explorer:=explorer}
|
||||
: ${__cdist_name_gencode:=gencode}
|
||||
: ${__cdist_name_gencode_local:=$__cdist_name_gencode-local}
|
||||
: ${__cdist_name_gencode_remote:=$__cdist_name_gencode-remote}
|
||||
: ${__cdist_name_global:=global}
|
||||
: ${__cdist_name_host:=host}
|
||||
: ${__cdist_name_init:=init}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue