Changeset b7faa5a for LFS/master.sh


Ignore:
Timestamp:
05/27/2006 10:51:06 PM (18 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
a858a78
Parents:
ab7bac5
Message:

Reverting r2729 until a better solution is found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    rab7bac5 rb7faa5a  
    110110        FILE="$name-$vrs.tar.*"
    111111      fi
    112       # Always remove possibly exiting unpacked source directories before beginning
    113       # to build. This prevent build failures from fogetting to manually remove
    114       # directories from previous runs of jhalfs.
    115       wrt_remove_build_dirs "$name"
     112
    116113      # Insert instructions for unpacking the package and to set the PKGDIR variable.
    117114      wrt_unpack "$FILE"
     
    219216    if [ "$vrs" != "" ] ; then
    220217      FILE="$name-$vrs.tar.*"
    221       # Always remove possibly exiting unpacked source directories before beginning
    222       # to build. This prevent build failures from fogetting to manually remove
    223       # directories from previous runs of jhalfs.
    224       wrt_remove_build_dirs "$name"
    225218      wrt_unpack2 "$FILE"
    226219      [[ "$OPTIMIZE" != "0" ]] &&  wrt_optimize "$name" && wrt_makeflags "$name"
     
    450443                rm -rf /home/lfs; \\
    451444        fi;
    452         -rm -f /tmp/unpacked
    453445       
    454446EOF
Note: See TracChangeset for help on using the changeset viewer.