Changeset 1b65a84 for HLFS/master.sh


Ignore:
Timestamp:
05/11/2006 08:21:14 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
f3ae556
Parents:
0910f55
Message:

Merged optimize code from experimental branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    r0910f55 r1b65a84  
    141141        *)      FILE="$name-$vrs.tar.*"     ;;
    142142      esac
    143      # Insert instructions for unpacking the package and to set the PKGDIR variable.
    144      wrt_unpack "$FILE"
    145   fi
     143      # Insert instructions for unpacking the package and to set the PKGDIR variable.
     144      wrt_unpack "$FILE"
     145      [[ "$OPTIMIZE" = "2" ]] &&  wrt_optimize "$name" && wrt_makeflags "$name"
     146    fi
    146147
    147148    case $this_script in
     
    309310      wrt_unpack2 "$FILE"
    310311      wrt_target_vars
     312      [[ "$OPTIMIZE" != "0" ]] &&  wrt_optimize "$name" && wrt_makeflags "$name"
    311313    fi
    312314
Note: See TracChangeset for help on using the changeset viewer.