Changeset 177aee0


Ignore:
Timestamp:
02/17/2014 04:59:10 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3dc9543
Parents:
d02c56d
Message:

Delete unneded symlinks in /usr; add /usr/libexec.
Use better workarund for automake tests.
Minor spacing issues.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10476 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd02c56d r177aee0  
    8181      </itemizedlist>
    8282    </listitem>
     83
    8384    <listitem>
    8485      <para>2014-02-14</para>
  • chapter06/automake.xml

    rd02c56d r177aee0  
    5656    tests.  To test the results, issue:</para>
    5757
    58 <screen><userinput remap="test">mv -v /usr/lib/libfl.{so,save}
    59 ln -sv libfl.a /usr/lib/libfl.so
    60 make -j4 check
    61 rm -v /usr/lib/libfl.so
    62 mv -v /usr/lib/libfl.{save,so}</userinput></screen>
     58<screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &amp;:" t/lex-{clean,depend}-cxx.sh
     59make -j4 check</userinput></screen>
    6360
    6461    <para>Install the package:</para>
  • chapter06/creatingdirs.xml

    rd02c56d r177aee0  
    2121mkdir -pv /usr/{,local/}share/{color,dict,doc,info,locale,man}
    2222mkdir -v  /usr/{,local/}share/{misc,terminfo,zoneinfo}
     23mkdir -v  /usr/libexec
    2324mkdir -pv /usr/{,local/}share/man/man{1..8}
    24 for dir in /usr /usr/local; do
    25   ln -sv share/{man,doc,info} $dir
    26 done
    2725case $(uname -m) in
    2826 x86_64) ln -sv lib /lib64 &amp;&amp; ln -sv lib /usr/lib64 &amp;&amp; ln -sv lib /usr/local/lib64 ;;
  • chapter06/flex.xml

    rd02c56d r177aee0  
    4848    <para>Prepare Flex for compilation:</para>
    4949
    50 <screen><userinput remap="configure">./configure --prefix=/usr    \
     50<screen><userinput remap="configure">./configure --prefix=/usr \
    5151            --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
    5252
Note: See TracChangeset for help on using the changeset viewer.