Author: bdubbs
Date: Sat Jun 13 16:03:37 2020
New Revision: 11936
Log:
Remove unused lines in Makefile
Fix spacing in util-linux
Modified:
branches/cross2/Makefile
branches/cross2/chapter07/util-linux.xml
Modified: branches/cross2/Makefile
==============================================================================
--- branches/cross2/Makefile Sat Jun 13 08:32:19 2020 (r11935)
+++ branches/cross2/Makefile Sat Jun 13 16:03:37 2020 (r11936)
@@ -46,9 +46,6 @@
@echo "Copying CSS code and images..."
$(Q)mkdir -p $(BASEDIR)/stylesheets
$(Q)cp stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets
- $(Q)pushd $(BASEDIR)/ > /dev/null; \
-# sed -i -e "s@../stylesheets@stylesheets@g" *.html; \
- popd > /dev/null
$(Q)mkdir -p $(BASEDIR)/images
$(Q)cp images/*.png $(BASEDIR)/images
Modified: branches/cross2/chapter07/util-linux.xml
==============================================================================
--- branches/cross2/chapter07/util-linux.xml Sat Jun 13 08:32:19 2020
(r11935)
+++ branches/cross2/chapter07/util-linux.xml Sat Jun 13 16:03:37 2020
(r11936)
@@ -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 \
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page