Changeset e0578b6
- Timestamp:
- 06/13/2020 11:03:37 PM (3 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, arm, bdubbs/gcc13, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- 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.