Changeset bfbd927 for LFS/master.sh


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

Added function to create iteration-N Makefile targets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r2f0a537 rbfbd927  
    220220  echo "${tab_}${GREEN}Processing... ${L_arrow}Chapter7/8/9${R_arrow}"
    221221
     222  # Reset $PREV for ICA runs
     223  [[ "$RUN_ICA" != "0" ]] && PREV=iteration-last
     224
    222225  for file in chapter0{7,8,9}/* ; do
    223226    # Keep the script file name
Note: See TracChangeset for help on using the changeset viewer.