Changeset e0578b6
- Timestamp:
- 06/13/2020 11:03:37 PM (4 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- a0d9193f
- Parents:
- aea20b5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
raea20b5 re0578b6 47 47 $(Q)mkdir -p $(BASEDIR)/stylesheets 48 48 $(Q)cp stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets 49 $(Q)pushd $(BASEDIR)/ > /dev/null; \50 # sed -i -e "s@../stylesheets@stylesheets@g" *.html; \51 popd > /dev/null52 49 53 50 $(Q)mkdir -p $(BASEDIR)/images -
chapter07/util-linux.xml
raea20b5 re0578b6 49 49 <para>Prepare Util-linux for compilation:</para> 50 50 51 <screen><userinput remap="configure"> 52 ./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ 51 <screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ 53 52 --docdir=/usr/share/doc/util-linux-&util-linux-version; \ 54 53 --disable-chfn-chsh \
Note:
See TracChangeset
for help on using the changeset viewer.