Changeset 6b1576a for LFS


Ignore:
Timestamp:
03/29/2006 06:48:47 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
650134b
Parents:
916a8e9
Message:

Skip console script also in LFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r916a8e9 r6b1576a  
    7676      *stripping) [[ "${STRIP}" = "0" ]] && continue ;;
    7777    esac
    78  
     78
    7979    # First append each name of the script files to a list (this will become
    8080    # the names of the targets in the Makefile
     
    222222      *grub)    continue ;;
    223223      *reboot)  continue ;;
     224      *console) continue  ;; # Use the file generated by lfs-bootscripts
    224225      *kernel)  [[ -z ${CONFIG} ]] && continue
    225226                cp ${CONFIG} $BUILDDIR/sources/kernel-config  ;;
     
    251252       ;;
    252253    esac
    253    
     254
    254255      # Check if we have a real /etc/fstab file
    255256    case "${this_script}" in
     
    268269      *kernel)       wrt_remove_build_dirs "dummy" ;;
    269270    esac
    270    
     271
    271272    # Include a touch of the target name so make can check
    272273    # if it's already been made.
Note: See TracChangeset for help on using the changeset viewer.