remove useless trace
This commit is contained in:
parent
6977354645
commit
db6b93417d
1 changed files with 0 additions and 2 deletions
|
@ -322,10 +322,8 @@ inline_doc
|
|||
# However, uncontrolled recursion will cause a seg-fault due to stack issues with local variables.
|
||||
#
|
||||
set +e
|
||||
[[ "${VERBOSITY}" > 0 ]] && echo -ne "\n ${spaceSTR:0:$cntr}>push ${DEP}.xinc" >>call_stack
|
||||
[[ "${VERBOSITY}" > 0 ]] && echo -ne "\nrecursive call: $((++cntr)) ${spaceSTR:0:$cntr} ${RED}$DEP${OFF}"
|
||||
do_dependencies $DEP
|
||||
[[ "${VERBOSITY}" > 0 ]] && echo -ne "\n${spaceSTR:0:$((cntr))}<pop ${DEP}.xinc for pkg $PKG call build routine" >>call_stack
|
||||
[[ "${VERBOSITY}" > 0 ]] && echo -ne "\n ret: $cntr ${spaceSTR:0:$((cntr--))} ${GREEN}$DEP${OFF}\tUsing the new xinclude file for PKG $DEP (to solve $PKG)"
|
||||
set -e
|
||||
|
||||
|
|
Reference in a new issue