Changeset 6eef5ef for CLFS/master.sh


Ignore:
Timestamp:
03/21/2006 11:25:40 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
d591ee5
Parents:
68809ca
Message:

CLFS, manipulation of BOOT_CONFIG in CLFS/master.sh and common/func_validate_configs.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r68809ca r6eef5ef  
    220220                [[ -z $CONFIG ]] && continue
    221221                  # Copy the config file to /sources with a standardized name
    222                 cp $CONFIG $BUILDDIR/sources/kernel-config
    223                 sed "s|make mrproper|make mrproper\ncp /sources/kernel-config .config|" -i $file
     222                cp $BOOT_CONFIG $BUILDDIR/sources/bootkernel-config
     223                sed "s|make mrproper|make mrproper\ncp /sources/bootkernel-config .config|" -i $file
    224224                  # You cannot run menuconfig from within the makefile
    225225                sed 's|menuconfig|oldconfig|'     -i $file
Note: See TracChangeset for help on using the changeset viewer.