Changeset 53bc10b for LFS


Ignore:
Timestamp:
05/06/2006 11:06:07 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
5f7d08f
Parents:
2c2471d
Message:

Added MAKEFLAGS support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

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