diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-13 23:03:37 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-13 23:03:37 +0000 |
commit | e0578b6050cdea63e8e2c9e6ebfbb04e337a7d74 (patch) | |
tree | b7a6c2ceb6c08980fa922d251a3a53255d165f51 /chapter07 | |
parent | aea20b5b0fbdafafaa8da6cec08a8bf257b52e8d (diff) |
Remove unused lines in Makefile
Fix spacing in util-linux
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11936 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/util-linux.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter07/util-linux.xml b/chapter07/util-linux.xml index 33dc8862d..a598cb4bc 100644 --- a/chapter07/util-linux.xml +++ b/chapter07/util-linux.xml @@ -48,8 +48,7 @@ <para>Prepare Util-linux for compilation:</para> -<screen><userinput remap="configure"> -./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ +<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ --docdir=/usr/share/doc/util-linux-&util-linux-version; \ --disable-chfn-chsh \ --disable-login \ |