Ignore:
Timestamp:
08/21/2006 06:42:52 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
2d0a2e5
Parents:
86f740c
Message:

Skip installed packages when processing dependencies instead of when generating the Makefile.
Fixed a bug when TARGET=xorg7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen-makefile.sh

    r86f740c r5f14bd3  
    113113    this_script=`basename $package_script`
    114114    pkg_ver=$(grep "^${this_script#*-?-}[[:space:]]" ../packages | cut -f3)
    115     if [ ! -e $TRACKING_DIR/${this_script#*-?-}-$script_ver ]; then
    116       pkg_list="$pkg_list ${this_script}"
    117      __write_entry "${this_script}" "${pkg_ver}"
    118       PREV_PACKAGE=${this_script}
    119     fi
     115    pkg_list="$pkg_list ${this_script}"
     116    __write_entry "${this_script}" "${pkg_ver}"
     117    PREV_PACKAGE=${this_script}
    120118  done
    121119
Note: See TracChangeset for help on using the changeset viewer.