begin to cleanup recursive call run

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-06 15:52:28 +01:00
commit f4c53e800c
4 changed files with 40 additions and 15 deletions

View file

@ -80,9 +80,12 @@ __cdist_bin_prefix="__"
# Used for IDs
__cdist_sane_regexp='[A-Za-z0-9]*[-A-Za-z0-9_]*'
# Used to mark file that created a specific type
# File that contains source of a specific object creation
__cdist_object_source=".source"
# Mark object finished
__cdist_object_finished=".done"
################################################################################
# Function list