diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-02-05 04:58:10 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-02-05 04:58:10 +0000 |
commit | 6b041a031d9b5fc57a225e46cb88799a3cca7fd2 (patch) | |
tree | 08847b83186c6694f83aba56ee7204d80b95f05e | |
parent | dd49ea74302780e59a9d560fc77522ba7327f290 (diff) |
e2fsprogs: install-libs is automatically run by install
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/e2fsprogs.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 549991de8..bbce23d95 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -135,14 +135,10 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/> for details on creating and enabling swap space.</para> - <para>Install the binaries, documentation, and shared libraries:</para> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> - <para>Install the static libraries and headers:</para> - -<screen><userinput remap="install">make install-libs</userinput></screen> - <para>Make the installed static libraries writable so debugging symbols can be removed later:</para> |