Changeset e74e775 in clfs-sysroot


Ignore:
Timestamp:
Apr 11, 2009, 10:47:57 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
6ccdfb4
Parents:
e867aad
Message:

Update coreutils man page regeneration problem.
change the permissions on Makefile.SH in perl so that the sed correctly applies.

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/arm/perl.xml

    re867aad re74e775  
    4040    later:</para>
    4141
    42 <screen os="s2"><userinput>cp -v Makefile.SH{,.orig}
     42<screen os="s2"><userinput>chmod -v 644 Makefile.SH
     43cp -v Makefile.SH{,.orig}
    4344sed -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \
    4445    -e "s@static_target='static'@static_target='static_pic'@g" Makefile.SH.orig &gt; Makefile.SH</userinput></screen>
  • BOOK/final-system/common/coreutils.xml

    re867aad re74e775  
    3333<screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
    3434
    35     <para os="aa">The above patch modifies the source code for
    36     <command>uname</command>. Because it now has a newer timestamp then
    37     its man page, the <filename>Makefile</filename> is going to
    38     try to regenerate the man page. If executables for the target architecture
    39     can not be executed by the host system, the build will fail. The following
    40     command fixes this by giving the man page a newer timestamp then its
    41     corresponding source file:</para>
    42 
    43 <screen os="ab"><userinput>touch man/uname.1</userinput></screen>
     35    <para os="aa">The following command updates the timestamps on the uname
     36    and hostname man pages so that the Makefile does not attempt to regenerate
     37    them:</para>
     38
     39<screen os="ab"><userinput>touch man/uname.1 man/hostname.1</userinput></screen>
    4440
    4541    <para os="s1">Coreutils attempts to use the <command>install</command>
Note: See TracChangeset for help on using the changeset viewer.