Changeset 1917cad for CLFS


Ignore:
Timestamp:
03/21/2006 08:44:43 PM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
afd0232
Parents:
3d7b0564
Message:

CLFS/master.sh, remove verbose from cp command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r3d7b0564 r1917cad  
    220220                [[ -z $CONFIG ]] && continue
    221221                  # Copy the config file to /sources with a standardized name
    222                 cp -v $CONFIG $BUILDDIR/sources/kernel-config
     222                cp $CONFIG $BUILDDIR/sources/kernel-config
    223223                sed "s|make mrproper|make mrproper\ncp /sources/kernel-config .config|" -i $file
    224224                  # You cannot run menuconfig from within the makefile
     
    862862               [[ -z $CONFIG ]] && continue
    863863                 # Copy the config file to /sources with a standardized name
    864                cp -v $CONFIG $BUILDDIR/sources/kernel-config
     864               cp $CONFIG $BUILDDIR/sources/kernel-config
    865865               sed "s|make mrproper|make mrproper\ncp /sources/kernel-config .config|" -i $file
    866866                 # You cannot run menuconfig from within the makefile
     
    945945               [[ -z $CONFIG ]] && continue
    946946                 # Copy the named config file to /sources with a standardized name
    947                cp -v $CONFIG $BUILDDIR/sources/kernel-config
     947               cp $CONFIG $BUILDDIR/sources/kernel-config
    948948               sed "s|make mrproper|make mrproper\ncp ../kernel-config .config|" -i $file
    949949                 # You cannot run menuconfig from within the makefile
Note: See TracChangeset for help on using the changeset viewer.