Changeset 7935
- Timestamp:
- 02/23/07 21:56:32 (2 years ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter06/autoconf.xml (modified) (1 diff)
- trunk/BOOK/chapter06/e2fsprogs.xml (modified) (2 diffs)
- trunk/BOOK/chapter06/kernfs.xml (modified) (1 diff)
- trunk/BOOK/general.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7934 r7935 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[dnicholson] - Applied a patch from Chris Staub to fix some 44 commands and text on the kernel file systems, E2fsprogs and 45 Autoconf pages.</para> 46 </listitem> 47 <listitem> 43 48 <para>[dnicholson] - Dropped the -D switch from the Udev 44 49 documentation install command since it is already created by trunk/BOOK/chapter06/autoconf.xml
r7856 r7935 46 46 <para>To test the results, issue: 47 47 <userinput>make check</userinput>. 48 This takes a long time, about 3 SBUs. In addition, 2 testare skipped48 This takes a long time, about 3 SBUs. In addition, 6 tests are skipped 49 49 that use Automake. For full test coverage, Autoconf can be re-tested 50 50 after Automake has been installed.</para> trunk/BOOK/chapter06/e2fsprogs.xml
r7875 r7935 43 43 <screen><userinput>sed -i -e 's@/bin/rm@/tools&@' lib/blkid/test_probe.in</userinput></screen> 44 44 45 <para> It is recommended that E2fsprogs be built in a subdirectory of46 the source tree: </para>45 <para>The E2fsprogs documentation recommends that the package be built in 46 a subdirectory of the source tree: </para> 47 47 48 48 <screen><userinput>mkdir -v build … … 107 107 swap space.</para> 108 108 109 <para>Install the binaries and documentation:</para>109 <para>Install the binaries, documentation, and shared libraries:</para> 110 110 111 111 <screen><userinput>make install</userinput></screen> 112 112 113 <para>Install the s hared libraries:</para>113 <para>Install the static libraries and headers:</para> 114 114 115 115 <screen><userinput>make install-libs</userinput></screen> trunk/BOOK/chapter06/kernfs.xml
r7758 r7935 60 60 the following command to achieve this:</para> 61 61 62 <screen><userinput>mount - -bind /dev $LFS/dev</userinput></screen>62 <screen><userinput>mount -v --bind /dev $LFS/dev</userinput></screen> 63 63 64 64 </sect2> trunk/BOOK/general.ent
r7927 r7935 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "SVN-2007022 0">3 <!ENTITY releasedate "February 2 0, 2007">2 <!ENTITY version "SVN-20070223"> 3 <!ENTITY releasedate "February 23, 2007"> 4 4 <!ENTITY milestone "6.3"> 5 5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
