Author: pierre
Date: Tue Apr 14 06:28:48 2020
New Revision: 11807
Log:
Do not remove inexistent symlinks in util-linux
+ fix some formatting
Modified:
trunk/BOOK/chapter06/util-linux.xml
Modified: trunk/BOOK/chapter06/util-linux.xml
==============================================================================
--- trunk/BOOK/chapter06/util-linux.xml Mon Apr 6 21:16:07 2020 (r11806)
+++ trunk/BOOK/chapter06/util-linux.xml Tue Apr 14 06:28:48 2020 (r11807)
@@ -60,10 +60,11 @@
<screen><userinput remap="pre">sed -e 's/2^64/(2^64/' -e 's/E </E) <=/'
-e 's/ne /eq /' \
-i tests/ts/ipcs/limits2</userinput></screen>
-->
+<!-- those symlinks are not created anymore
<para revision="systemd">Remove the earlier created symlinks:</para>
<screen revision="systemd"><userinput remap="pre">rm -vf
/usr/include/{blkid,libmount,uuid}</userinput></screen>
-
+-->
<para>Prepare Util-linux for compilation:</para>
<screen revision="sysv"><userinput remap="configure">./configure
ADJTIME_PATH=/var/lib/hwclock/adjtime \
@@ -109,10 +110,10 @@
coverage, other BLFS packages must be installed. If desired, this test can
be run after rebooting into the completed LFS system and running:</para>
- <screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD
--builddir=$PWD</userinput></screen>
+<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD
--builddir=$PWD</userinput></screen>
</warning>
- <screen><userinput remap="test">chown -Rv nobody .
+<screen><userinput remap="test">chown -Rv nobody .
su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
<para>Install the package:</para>
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page