mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
0ee500d8fc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1320 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
571 B
XML
17 lines
571 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>make prefix=/usr linux</command>: This command
|
|
overrides the prefix variable that is set to
|
|
<filename class='directory'>/usr/local</filename> in the
|
|
<filename>Makefile</filename>
|
|
and builds the executables for a linux system. The alternatives to
|
|
'linux' can be seen with a 'make list' command.</para>
|
|
|
|
<para><command>make prefix=/usr linux_shlibz</command>: Build shared
|
|
<filename>libunzip</filename> and link <application>UnZip</application> against
|
|
it and <application>zlib</application>.</para>
|
|
|
|
</sect2>
|
|
|