Ignore:
Timestamp:
05/15/2006 06:57:10 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:
da737cb
Parents:
0596057
Message:

Skip download of linux kernel and patches if it will not be built.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r0596057 r0c3f2f9  
    659659            [[ "$VIMLANG" = "0" ]] && continue
    660660          ;;
     661        *linux/linux-* )
     662            [[ -z "$CONFIG" ]] && [[ -z "$BOOT_CONFIG" ]] && continue
     663          ;;
    661664    esac
    662665
Note: See TracChangeset for help on using the changeset viewer.