Changeset db6b934 for BLFS/libs


Ignore:
Timestamp:
05/30/2006 01:06:53 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
460ea63
Parents:
6977354
Message:

remove useless trace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_dependencies

    r6977354 rdb6b934  
    323323        #
    324324        set +e
    325 [[ "${VERBOSITY}" > 0 ]] && echo -ne "\n ${spaceSTR:0:$cntr}>push ${DEP}.xinc" >>call_stack
    326325         [[ "${VERBOSITY}" > 0 ]] && echo -ne "\nrecursive call: $((++cntr)) ${spaceSTR:0:$cntr} ${RED}$DEP${OFF}"
    327326            do_dependencies $DEP
    328 [[ "${VERBOSITY}" > 0 ]] && echo -ne  "\n${spaceSTR:0:$((cntr))}<pop  ${DEP}.xinc for pkg $PKG call build routine" >>call_stack
    329327         [[ "${VERBOSITY}" > 0 ]] && echo -ne  "\n          ret:  $cntr ${spaceSTR:0:$((cntr--))} ${GREEN}$DEP${OFF}\tUsing the new xinclude file for PKG $DEP (to solve $PKG)"
    330328        set -e
Note: See TracChangeset for help on using the changeset viewer.