Changeset 002f8a7


Ignore:
Timestamp:
10/05/2005 12:35:13 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:
ad5f7f7
Parents:
16c67ed
Message:

Just have the chroot variables use the $(LFS) make variable, instead of trying to get the shell to use it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r16c67ed r002f8a7  
    620620  for file in chapter06/*chroot* ; do
    621621    chroot=`cat $file | sed -e '/#!\/bin\/sh/d' -e 's@ \\\@ @g' | tr -d '\n' | sed \
    622       -e 's/  */ /g' -e 's|\\$|&&|g' -e 's|&&exit||g' -e 's|$| -c|'`
     622      -e 's/  */ /g' -e 's|\\$|&&|g' -e 's|&&exit||g' -e 's|$| -c|' -e 's|"$$LFS"|$(LFS)|'`
    623623    echo -e "CHROOT$i= $chroot\n" >> $MKFILE
    624624    i=`expr $i + 1`
Note: See TracChangeset for help on using the changeset viewer.