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

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