Changeset 133ecac


Ignore:
Timestamp:
10/02/2005 03:56:40 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
e3e1db0
Parents:
56dd1e2
Message:

More chapter06 work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r56dd1e2 r133ecac  
    355355    fi
    356356
    357     # Inser date and disk usage at the top of the log file.
    358     echo -e "\techo -e \"\\\n\`date\`\\\n\\\nKB: \`du -sk --exclude=0??-* \$(LFS)\`\\\n\" >\$(LFS)\$(LOGDIR)/$i && \\" >> $MKFILE.tmp
    359 
    360357    # For the Adjusting phase we must to cd to the binutils-build directory.
    361358    if [ "$i" = "031-adjusting" ] ; then
     
    369366      echo -e "\techo \"export TCLPATH\" >> envars && \\" >> $MKFILE.tmp
    370367    fi
     368
     369    # Inser date and disk usage at the top of the log file.
     370    echo -e "\techo -e \"\\\n\`date\`\\\n\\\nKB: \`du -sk --exclude=0??-* \$(LFS)\`\\\n\" >\$(LFS)\$(LOGDIR)/$i && \\" >> $MKFILE.tmp
    371371
    372372    # Insert the script run
     
    465465    fi
    466466
    467     # Inser date and disk usage at the top of the log file.
    468     echo -e "\techo -e \"\\\n\`date\`\\\n\\\nKB: \`du -sk --exclude=0??-* /\`\\\n\" >\$(LOGDIR)/$i && \\" >> $MKFILE.tmp
     467    # For the mount of kernel filesystems we need to set LFS.
     468    if [ "$i" = "057-kernfs" ] ; then
     469      echo -e "\techo \"LFS=\$(LFS)\" > envars && \\" >> $MKFILE.tmp
     470      echo -e "\techo \"export LFS\" >> envars && \\" >> $MKFILE.tmp
     471    fi
    469472
    470473    # For the Re-Adjusting phase we must to cd to the binutils-build directory.
     
    474477    fi
    475478
     479    # Inser date and disk usage at the top of the log file.
     480    echo -e "\techo -e \"\\\n\`date\`\\\n\\\nKB: \`du -sk --exclude=0??-* /\`\\\n\" >\$(LOGDIR)/$i && \\" >> $MKFILE.tmp
     481
    476482    # Insert the script run
    477     echo -e "\t/jhalfs/commands/$file >>\$(LOGDIR)/$i 2>&1 && \\" >> $MKFILE.tmp
     483    echo -e "\t. envars && commands/$file >>\$(LOGDIR)/$i 2>&1 && \\" >> $MKFILE.tmp
    478484
    479485    # Inser date and disk usage at the bottom of the log file.
Note: See TracChangeset for help on using the changeset viewer.