Changeset e6ef6fcc for BLFS/libs


Ignore:
Timestamp:
05/30/2006 12:15:47 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
6977354
Parents:
34933b4
Message:

a little housekeeping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_dependencies

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