Changeset 3f41ad5 in clfs-sysroot


Ignore:
Timestamp:
Aug 31, 2006, 10:01:13 AM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
0c2cb0b
Parents:
b1a485b
Message:

Add a command to touch the uname makefile in coreutils to prevent it from trying to regen after applying theuname patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/coreutils.xml

    rb1a485b r3f41ad5  
    3737
    3838<screen os="p4"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
     39
     40    <para os="aa">When the uname patch was applied. A change was made to
     41    <filename>uname.c</filename>. This change is causing the man Makefile to
     42    try and regenerate the makefile for uname. Since the compiled uname can
     43    not be executed the build will fail. The following command gives the uname
     44    man page a newer timestamp then <filename>uname.c</filename>.</para>
     45
     46<screen os="ab"><userinput>touch man/uname.1</userinput></screen>
    3947
    4048    <para os="a">Configure doesn't properly handle the following tests
Note: See TracChangeset for help on using the changeset viewer.