Changeset 8426d1f for HLFS


Ignore:
Timestamp:
12/07/2006 10:51:26 AM (17 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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.