[lfs] 02/02: libelf: Only build libelf, no utils, ML.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch multilib in repository lfs. commit b17f395fe30691e352f08419e930d71345ad74f4 Author: Zeckmathederg <[email protected]> AuthorDate: Mon Nov 3 16:56:23 2025 -0700 libelf: Only build libelf, no utils, ML. --- chapter08/libelf.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/chapter08/libelf.xml b/chapter08/libelf.xml index de23734e3..e5e43837e 100644 --- a/chapter08/libelf.xml +++ b/chapter08/libelf.xml @@ -90,9 +90,10 @@ rm /usr/lib/libelf.a</userinput></screen> --disable-debuginfod \ --enable-libdebuginfod=dummy</userinput></screen> - <para>Compile the package:</para> + <para>Compile only Libelf:</para> -<screen><userinput remap="make">make</userinput></screen> +<screen><userinput remap="make">make -C lib +make -C libelf</userinput></screen> <para>Install the package:</para> @@ -123,9 +124,10 @@ rm -rf DESTDIR</userinput></screen> --disable-debuginfod \ --enable-libdebuginfod=dummy</userinput></screen> - <para>Compile the package:</para> + <para>Compile only Libelf:</para> -<screen><userinput remap="make">make</userinput></screen> +<screen><userinput remap="make">make -C lib +make -C libelf</userinput></screen> <para>Install the package:</para> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/lfs-book Unsubscribe: See the above information page