mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Updated a tar switch to their current name in tar-1.15.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7182 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b325ecd049
commit
6fdd678063
@ -42,7 +42,7 @@ perform the tests (note that the <command>make distclean</command> command is
|
|||||||
required to clean up the source tree, as the source gets recompiled as part of
|
required to clean up the source tree, as the source gets recompiled as part of
|
||||||
the testing process):</para>
|
the testing process):</para>
|
||||||
|
|
||||||
<screen><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 --strip-path=1 &&
|
<screen><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 --strip-components=1 &&
|
||||||
./configure &&
|
./configure &&
|
||||||
make check &&
|
make check &&
|
||||||
make distclean</userinput></screen>
|
make distclean</userinput></screen>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20051118">
|
<!ENTITY version "SVN-20051126">
|
||||||
<!ENTITY releasedate "November 18, 2005">
|
<!ENTITY releasedate "November 26, 2005">
|
||||||
<!ENTITY milestone "6.2">
|
<!ENTITY milestone "6.2">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user