Changeset a5fa1a9 for common


Ignore:
Timestamp:
04/08/2006 02:02:59 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
2f0a537
Parents:
158b30f
Message:

Moved the ICA targets creation to func_ICA.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_ICA.sh

    r158b30f ra5fa1a9  
    11# $Id$
     2
     3#----------------------------------#
     4wrt_ica_targets() {                #
     5#----------------------------------#
     6  local ICA_rebuild=$1
     7(
     8    cat << EOF
     9ICA_rebuild:  $ICA_rebuild
     10
     11EOF
     12) >> $MKFILE
     13}
    214
    315# Acknowledgment:
    416#  The following code is a modified version of an original work written by
    5 #  Greg Schafer for the "DIY Linux" project and is included here with his 
    6 #  permission. 
     17#  Greg Schafer for the "DIY Linux" project and is included here with his
     18#  permission.
    719#  ref: http://www.diy-linux.org
    820#
     
    3345: <<inline_doc
    3446    desc:
    35    
    36     usage:     
    3747
    38     input vars:
     48    usage:
     49
     50    input vars:
    3951    externals:  --
    4052    modifies:   --
    4153    returns:    --
    42     on error:   
    43     on success: 
     54    on error:
     55    on success:
    4456inline_doc
    4557
     
    139151: <<inline_doc
    140152    desc:
    141    
     153
    142154    usage:      do_ica_work 1 2
    143155                do_ica_work 2 3
     
    148160    modifies:   --
    149161    returns:    --
    150     on error:   
    151     on success: 
     162    on error:
     163    on success:
    152164inline_doc
    153165
Note: See TracChangeset for help on using the changeset viewer.