Ignore:
Timestamp:
06/06/06 08:07:40 (7 years ago)
Author:
Jim Gifford <clfs@…>
Children:
29a7ae22825755a7d5fa8e0352692391b36b97a9
Parents:
73281dc70e478deef3037361341d5738abd6a11f
git-author:
Jim Gifford <clfs@jg555.com>2006-06-06 08:07:40+00:00
git-committer:
Jim Gifford <clfs@jg555.com>2006-06-06 08:07:40+00:00
Message:

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

File:
1 edited

Legend:

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

    reea58e3 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> 
Note: See TracChangeset for help on using the changeset viewer.