mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
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
This commit is contained in:
parent
aea20b5b0f
commit
e0578b6050
3
Makefile
3
Makefile
@ -46,9 +46,6 @@ book: validate profile-html
|
||||
@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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user