Changeset 82f09cd1 for general/sysutils


Ignore:
Timestamp:
07/06/2004 08:58:04 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
11404f5
Parents:
022c007
Message:

various fixes/additions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2426 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/zip.xml

    r022c007 r82f09cd1  
    4545<para>Install <application>Zip</application> by running the following commands:</para>
    4646                                                                               
    47 <screen><userinput><command>cp unix/Makefile . &amp;&amp;
    48 make prefix=/usr generic_gcc &amp;&amp;
    49 make prefix=/usr install</command></userinput></screen>
     47<screen><userinput><command>make prefix=/usr -f unix/Makefile generic_gcc &amp;&amp;
     48make prefix=/usr -f unix/Makefile install</command></userinput></screen>
    5049                                                                               
    5150</sect2>
     
    5453<title>Command explanations</title>
    5554                                                                               
    56 <para><command>make prefix=/usr generic_gcc</command>: This command
    57 overrides the prefix variable that is set to
     55<para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This command
     56overrides the <varname>prefix</varname> variable that is set to
    5857<filename class='directory'>/usr/local</filename> in the
    59 <filename>Makefile</filename>
    60 and builds the executables for a linux system.  The alternatives to
    61 'generic_gcc' can be seen with a <command>make list</command> command.</para>
     58<filename>unix/Makefile</filename> which we use as a makefile
     59and builds the executables for a Linux system.  The alternatives to
     60'generic_gcc' can be seen with a <command>make -f unix/Makefile list</command> command.</para>
    6261                                                                               
    6362</sect2>
Note: See TracChangeset for help on using the changeset viewer.