diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 02:59:25 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 02:59:25 +0000 |
commit | d6871c7bcc47aa34e17173fc9455e5510566c436 (patch) | |
tree | 9a7f1f9f823830f8cef7df0717ef4939543496d9 | |
parent | 8d1f93246647d335cf3d191b1ad2ca6030dde126 (diff) |
Remove old bzip2 exp file.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2365 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/bzip2-exp.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter06/bzip2-exp.xml b/chapter06/bzip2-exp.xml deleted file mode 100644 index 9a2f7132f..000000000 --- a/chapter06/bzip2-exp.xml +++ /dev/null @@ -1,10 +0,0 @@ -<sect2> -<title>Command explanations</title> - -<para><userinput>make -f Makefile-libbz2_so:</userinput> This will cause bzip2 -to be built using a different Makefile file, in this case the -Makefile-libbz2_so file, which creates a dynamic libbz2.so library and -links the bzip2 utilities against it.</para> - -</sect2> - |