Changeset d1a3111 for cross-tools


Ignore:
Timestamp:
Jun 6, 2006, 1:07:40 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
29a7ae22
Parents:
73281dc
Message:

r3840@server (orig r1732): chris | 2006-06-05 22:54:28 -0700
Added -v switches to many more commands

Location:
cross-tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/alpha/glibc-headers.xml

    r73281dc rd1a3111  
    2828    next glibc chapter, we use the gcc that's build right after this chapter.</para>
    2929       
    30 <screen os="s2"><userinput>cp configure{,.orig}
     30<screen os="s2"><userinput>cp -v configure{,.orig}
    3131sed -e 's/3.4/3.[0-9]/g' configure.orig > configure</userinput></screen>
    3232
     
    142142   class="directory">/tools/include</filename>:</para>
    143143
    144 <screen os="cg"><userinput>install -d /tools/include/bits
    145 cp bits/stdio_lim.h /tools/include/bits</userinput></screen>
     144<screen os="cg"><userinput>install -dv /tools/include/bits
     145cp -v bits/stdio_lim.h /tools/include/bits</userinput></screen>
    146146
    147147   <para os="ch">Now we will create a blank stub file:</para>
  • cross-tools/ppc64/glibc.xml

    r73281dc rd1a3111  
    6363    either size of glibc.</para>
    6464
    65 <screen os="t2"><userinput>cp sysdeps/unix/sysv/linux/powerpc/sys/procfs.h{,.orig}
     65<screen os="t2"><userinput>cp -v sysdeps/unix/sysv/linux/powerpc/sys/procfs.h{,.orig}
    6666sed 's/__PPC64_ELF_H/__powerpc64__/' \
    6767    sysdeps/unix/sysv/linux/powerpc/sys/procfs.h.orig \
Note: See TracChangeset for help on using the changeset viewer.