Changeset 8054162
- Timestamp:
- 07/06/2018 07:02:39 PM (5 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, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, cross-chap5, ml-11.0, multilib, old-trunk, 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:
- 403b39c
- Parents:
- fd824cf
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rfd824cf r8054162 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[bdubbs] - Make symbolic links in inital part of 51 Chapter 6 consistent for all versions of the book. Allows 52 removing environment variables no longer needed with e2fsprogs. 53 </para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 59 <para>2018-07-03</para> 60 <itemizedlist> 61 <listitem> 50 62 <para>[bdubbs] - Update to attr-2.4.48. Fixes 51 63 <ulink url="&lfs-ticket-root;4308">#4308</ulink>.</para> -
chapter06/createfiles.xml
rfd824cf r8054162 40 40 software has been installed:</para> 41 41 42 <!-- 42 43 <screen revision="sysv"><userinput>ln -sv /tools/bin/{bash,cat,dd,echo,ln,pwd,rm,stty} /bin 43 44 ln -sv /tools/bin/{install,perl} /usr/bin 44 45 ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib 45 46 ln -sv /tools/lib/libstdc++.{a,so{,.6}} /usr/lib 46 ln -sv bash /bin/sh</userinput></screen> 47 47 ln -sv bash /bin/sh 48 49 50 </userinput></screen> 51 --> 48 52 <!--sed 's/tools/usr/' /tools/lib/libstdc++.la > /usr/lib/libstdc++.la --> 49 53 50 <screen revision="systemd"><userinput>ln -sv /tools/bin/{bash,cat,dd,echo,ln,pwd,rm,stty} /bin 54 <!--<screen revision="systemd"><userinput>ln -sv /tools/bin/{bash,cat,dd,echo,ln,pwd,rm,stty} /bin--> 55 <screen><userinput>ln -sv /tools/bin/{bash,cat,dd,echo,ln,pwd,rm,stty} /bin 51 56 ln -sv /tools/bin/{env,install,perl} /usr/bin 52 57 ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib … … 177 182 </varlistentry> 178 183 --> 179 <varlistentry revision="systemd"> 184 <!--<varlistentry revision="systemd">--> 185 <varlistentry> 180 186 <term><parameter><filename>/usr/lib/lib{blkid,lzma,mount,uuid}.{a,la,so*}</filename></parameter></term> 181 187 <listitem> 182 <para>These links prevent systemdutilities from acquiring an188 <para>These links prevent <!--systemd--> utilities from acquiring an 183 189 unnecessary reference to the 184 190 <filename class="directory">/tools</filename> directory.</para> -
chapter06/e2fsprogs.xml
rfd824cf r8054162 53 53 <para>Prepare E2fsprogs for compilation:</para> 54 54 55 <screen><userinput remap="configure">LIBS=-L/tools/lib \ 55 <!--<screen><userinput remap="configure">LIBS=-L/tools/lib \ 56 CFLAGS=-I/tools/include \ 56 57 CFLAGS=-I/tools/include \ 57 58 PKG_CONFIG_PATH=/tools/lib/pkgconfig \ 58 ../configure --prefix=/usr \ 59 ../configure - -prefix=/usr \--> 60 <screen><userinput remap="configure">../configure --prefix=/usr \ 59 61 --bindir=/bin \ 60 62 --with-root-prefix="" \ … … 67 69 <variablelist> 68 70 <title>The meaning of the environment variable and configure options:</title> 69 71 <!-- 70 72 <varlistentry> 71 73 <term><parameter>PKG_CONFIG_PATH, LIBS, CFLAGS</parameter></term> … … 75 77 </listitem> 76 78 </varlistentry> 77 79 --> 78 80 <varlistentry> 79 81 <term><parameter>--with-root-prefix=""</parameter> and -
general.ent
rfd824cf r8054162 1 <!ENTITY version "SVN-2018070 3">1 <!ENTITY version "SVN-20180706"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2018070 3-systemd">6 <!ENTITY versiond "20180706-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "July 3, 2018">10 <!ENTITY releasedate "July 6, 2018"> 11 11 12 12 <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – -->
Note:
See TracChangeset
for help on using the changeset viewer.