Changeset 8426d1f


Ignore:
Timestamp:
12/07/2006 10:51:26 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
5e83595, 91eb164
Parents:
3673dc1
Message:

Skip linux-headers reinstallation from iterative builds.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    r3673dc1 r8426d1f  
    295295        # Test if the stripping phase must be skipped
    296296      *-stripping* )  [[ "$STRIP" = "n" ]] && continue ;;
     297        # Skip linux-headers in iterative builds
     298      *linux-headers*) [[ -n "$N" ]] && continue ;;
    297299    esac
    298300
  • LFS/master.sh

    r3673dc1 r8426d1f  
    193193    # We'll run the chroot commands differently than the others, so skip them in the
    194194    # dependencies and target creation.
     195    # Skip also linux-headers in iterative builds.
    195196    case "${this_script}" in
    196197      *chroot)      continue ;;
    197198      *stripping*) [[ "${STRIP}" = "n" ]] && continue ;;
     199      *linux-headers*) [[ -n "$N" ]] && continue ;;
    198200    esac
    199201
Note: See TracChangeset for help on using the changeset viewer.