Changeset 0c7419e8 for BOOK/boot


Ignore:
Timestamp:
Jan 9, 2011, 6:14:21 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
27bebd15
Parents:
bc73447
git-author:
Joe Ciccone <jciccone@…> (01/09/11 18:13:23)
git-committer:
Joe Ciccone <jciccone@…> (01/09/11 18:14:21)
Message:

Make a bunch of cp and mv commands verbose.

Location:
BOOK/boot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/ppc/yaboot-build.xml

    rbc73447 r0c7419e8  
    3636    command fixes both issues:</para>
    3737
    38 <screen><userinput>cp Makefile{,.orig}
     38<screen><userinput>cp -v Makefile{,.orig}
    3939sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \
    4040    -e 's/-o root -g root//' \
  • BOOK/boot/ppc64/yaboot-build.xml

    rbc73447 r0c7419e8  
    3838    emulation. The following commands will fix and achieve this:</para>
    3939
    40 <screen><userinput>cp Makefile{,.orig}
     40<screen><userinput>cp -v Makefile{,.orig}
    4141sed -e "s/\(-print-libgcc-file-name\)/${BUILD32} \1/" \
    4242            -e "s/\(-Bstatic\)/-melf32ppclinux \1/" \
Note: See TracChangeset for help on using the changeset viewer.