Changeset 4ff3f92 for BOOK/final-system


Ignore:
Timestamp:
Aug 3, 2010, 7:01:04 PM (14 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:
4cc665a
Parents:
8cc43db
Message:

Drop the i18n patch for diffutils and change build commands for 3.0.0.

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    r8cc43db r4ff3f92  
    2626    <title>Installation of Diffutils</title>
    2727
    28     <para os="p1">This patch adds support for Internationalization:</para>
    29 
    30 <screen os="p2"><userinput>patch -Np1 -i ../&diffutils-i18n-patch;</userinput></screen>
    31 
    3228    <para os="a">Prepare Diffutils for compilation:</para>
    3329
     
    3733    The following sed will change the default to <command>vim</command>:</para>
    3834
    39 <screen os="s2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' config.h</userinput></screen>
    40 
    41     <para os="s3">Diffutils man-pages want to be recreated, but it requires
    42     help2man. So we update the time on the files to prevent them from being
    43     recreated:</para>
    44 
    45 <screen os="s4"><userinput>touch man/*.1</userinput></screen>
     35<screen os="s2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen>
    4636
    4737    <para os="c">Compile the package:</para>
  • BOOK/final-system/multilib/diffutils.xml

    r8cc43db r4ff3f92  
    2424    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2525    href="../common/diffutils.xml"
    26     xpointer="xpointer(//*[@os='p1'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../common/diffutils.xml"
    30     xpointer="xpointer(//*[@os='p2'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../common/diffutils.xml"
    3426    xpointer="xpointer(//*[@os='a'])"/>
    3527
     
    4335    href="../common/diffutils.xml"
    4436    xpointer="xpointer(//*[@os='s2'])"/>
    45 
    46     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    47     href="../common/diffutils.xml"
    48     xpointer="xpointer(//*[@os='s3'])"/>
    49 
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../common/diffutils.xml"
    52     xpointer="xpointer(//*[@os='s4'])"/>
    5337
    5438    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.