Changeset a5fa1a9 for LFS


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
  • LFS/master.sh

    r158b30f ra5fa1a9  
    400400
    401401  # Add the ICA targets
    402   [[ "$RUN_ICA" != "0" ]] && \
    403 (
    404     cat << EOF
    405 ICA_rebuild:  $ICA_rebuild
    406 
    407 EOF
    408 ) >> $MKFILE
     402  [[ "$RUN_ICA" != "0" ]] && wrt_ica_targets "$ICA_rebuild"
    409403
    410404  # Bring over the items from the Makefile.tmp
Note: See TracChangeset for help on using the changeset viewer.