Changeset 0482b012 for general/genlib


Ignore:
Timestamp:
10/02/2003 10:40:45 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
666f6de
Parents:
0d2f891
Message:

exp files tag cleaned

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

Location:
general/genlib
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gdbm/gdbm-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--infodir=/usr/share/info
    5 --mandir=/usr/share/man</command> : These switches set the documentation
     4<para><parameter>--infodir=/usr/share/info
     5--mandir=/usr/share/man</parameter>: These switches set the documentation
    66directory to <filename class="directory">/usr/share</filename> instead of
    77<filename class="directory">/usr</filename>.</para>
    88
    9 <para><command>BINOWN=root BINGRP=root</command> : This command
     9<para><parameter>BINOWN=root BINGRP=root</parameter>: This command
    1010changes the file ownership to root instead of the bin user.</para>
    1111
  • general/genlib/glib/glib2-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--enable-gtk-doc</command> : This switch will rebuild
     4<para><option>--enable-gtk-doc</option>: This switch will rebuild
    55the <acronym>API</acronym> documentation during the
    66<command>make</command> command.</para>
  • general/genlib/gmp/gmp-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--infodir=/usr/share/info --mandir=/usr/share/man</command> : These switches set the documentation directory to <filename>/usr/share
    5 </filename> instead of <filename>/usr</filename>.</para>
     4<para><parameter>--infodir=/usr/share/info
     5--mandir=/usr/share/man</parameter>: These switches set the
     6documentation directory to <filename class="directory">/usr/share
     7</filename> instead of <filename class="directory">/usr</filename>.</para>
    68
    79</sect2>
  • general/genlib/libfam/libfam-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>patch -Np1 -i ../fam-dnotify.patch</command> : This patch causes
     4<para><command>patch -Np1 -i ../fam-dnotify.patch</command>: This patch causes
    55<application><acronym>FAM</acronym></application> to use the Linux kernel
    66dnotify mechanism to inform the calling process of
     
    88modifications.</para>
    99
    10 <para><command>patch -Np1 -i ../fam-gcc3.patch</command> : This patch is
     10<para><command>patch -Np1 -i ../fam-gcc3.patch</command>: This patch is
    1111necessary to get <application><acronym>FAM</acronym></application> to compile
    1212with gcc-&gcc-version;.</para>
  • general/genlib/openssl/openssl-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>no-rc5 no-idea</command> : When added to the ./config
     4<para><option>no-rc5 no-idea</option>: When added to the
     5<command>./config</command>
    56command, this will eliminate the building of those encryption methods.
    67Patent licenses may be needed for you to utilize either of those methods in
    78your projects.</para>
    89
    9 <para><command>rm doc/apps/passwd.pod </command> : We do this because
    10 otherwise <application>OpenSSL</application> installs its passwd man page over
     10<para><command>rm doc/apps/passwd.pod </command>: We do this because
     11otherwise <application>Open<acronym>SSL</acronym></application> installs its passwd man page over
    1112the existing system one which isn't what we want.</para>
    1213
     
    1819class='directory'>/etc/ssl/man</filename>.</para>
    1920 
    20 <para><command>rmdir /etc/ssl/lib</command> : This is simply a tidy-up command. For some reason, the <application>openssl</application> install routine creates
     21<para><command>rmdir /etc/ssl/lib</command>: This is simply a tidy-up command. For some reason, the <application>openssl</application> install routine creates
    2122the <filename class='directory'>/etc/ssl/lib</filename> directory even though
    2223the libraries have been installed in <filename class='directory'>/usr/lib
  • general/genlib/readline/readline-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>make SHLIB_LIBS=-lcurses</command> : These command makes
     4<para><command>make SHLIB_LIBS=-lcurses</command>: These command makes
    55the proper symbols available for applications that assume
    66<application>readline</application> is compiled linked to
  • general/genlib/stlport/stlport-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>GCC_VERSION=...</command> : <application>STLport</application>
     4<para><command>GCC_VERSION=...</command>: <application>STLport</application>
    55needs the location of the <application>C++</application> headers, which are
    66installed in <filename>/usr/include/c++/$GCC_VERSION</filename> if
    77installed as per the instructions in <acronym>LFS</acronym>.</para>
    88
    9 <para><command>sed -e ...</command> : Replace the location where <application>
     9<para><command>sed -e ...</command>: Replace the location where <application>
    1010STLport</application> looks for <application>C++</application> headers.</para>
    1111
    12 <para><command>cd src</command> : Change to the source directory.</para>
     12<para><command>cd src</command>: Change to the source directory.</para>
    1313
    14 <para><command>ln -sf gcc-linux.mak Makefile</command> : Use the appropriate
     14<para><command>ln -sf gcc-linux.mak Makefile</command>: Use the appropriate
    1515makefile for our environment.</para>
    1616
Note: See TracChangeset for help on using the changeset viewer.