aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-04-14 13:28:48 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-04-14 13:28:48 +0000
commita5a3dc650dcbb02cc0bc81b9b3df45ad4c5ab077 (patch)
tree52dffb54f5dba58b7de757fdda869ace6a49a421
parent6e0fcc29f3e16bdb188679905927a9b9a8b43d9b (diff)
Do not remove inexistent symlinks in util-linux
+ fix some formatting git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/util-linux.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index de24d670f..d31f67cde 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -60,10 +60,11 @@
<screen><userinput remap="pre">sed -e 's/2^64/(2^64/' -e 's/E &lt;/E) &lt;=/' -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>