Changeset c205656 for LFS


Ignore:
Timestamp:
05/08/2006 06:10:58 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
024e3de
Parents:
708a612
Message:

Applied optimization and makeflags patches from Jeremy Byron.
Renamed some files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r708a612 rc205656  
    113113      # Insert instructions for unpacking the package and to set the PKGDIR variable.
    114114      wrt_unpack "$FILE"
    115       [[ "$OPTIMIZE" = "2" ]] &&  wrt_optimize "$name" && wrt_makeflags
     115      [[ "$OPTIMIZE" = "2" ]] &&  wrt_optimize "$name" && wrt_makeflags "$name"
    116116    fi
    117117
     
    217217      FILE="$name-$vrs.tar.*"
    218218      wrt_unpack2 "$FILE"
    219       [[ "$OPTIMIZE" != "0" ]] &&  wrt_optimize "$name" && wrt_makeflags
     219      [[ "$OPTIMIZE" != "0" ]] &&  wrt_optimize "$name" && wrt_makeflags "$name"
    220220    fi
    221221
Note: See TracChangeset for help on using the changeset viewer.