Changeset ad5f7f7


Ignore:
Timestamp:
10/05/2005 12:48:28 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
a7d20b8
Parents:
002f8a7
Message:

In the chroot section, we really have no use for the LFS variable any longer. We only need it to be able to chroot, and that is covered by the Make variable, $(LFS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r002f8a7 rad5f7f7  
    545545(
    546546    cat << EOF
    547         @echo "LFS=\$(LFS)" > lfsdir && \\
    548         echo "export LFS" >> lfsdir && \\
    549547        echo -e "\n\`date\`\n\nKB: \`du -sk --exclude=0??-* \$(LFS)\`\n" >logs/$i && \\
    550         source lfsdir && commands/$file >>logs/$i 2>&1 && \\
     548        commands/$file >>logs/$i 2>&1 && \\
    551549        echo -e "\n\`date\`\n\nKB: \`du -sk --exclude=0??-* \$(LFS)\`\n" >>logs/$i
    552550EOF
     
    558556    cat << EOF
    559557        @echo -e "\n\`date\`\n\nKB: \`du -skx --exclude=0??-* \$(LFS)\`\n" >logs/$i && \\
    560         source lfsdir && \$(CHROOT1) 'cd /jhalfs && source envars && commands/$file >>logs/$i 2>&1' && \\
     558        \$(CHROOT1) 'cd /jhalfs && source envars && commands/$file >>logs/$i 2>&1' && \\
    561559        echo -e "\n\`date\`\n\nKB: \`du -skx --exclude=0??-* \$(LFS)\`\n" >>logs/$i
    562560EOF
Note: See TracChangeset for help on using the changeset viewer.