Changeset 0482b012 for content


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:
content
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • content/databases/db-3.3/db-3.3-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>sed 's/^DB185/DB/' /usr/include/db_185.h > /usr/include/db_185.h.new</command> : Change the DB185 database pointer to DB.</para>
     4<para><command>sed 's/^DB185/DB/' /usr/include/db_185.h > /usr/include/db_185.h.new</command>: Change the DB185 database pointer to DB.</para>
    55
    66</sect2>
  • content/databases/db/db-exp.xml

    r0d2f891 r0482b012  
    33
    44<para><command>cd build_unix &amp;&amp; ../dist/configure --prefix=/usr
    5 --enable-compat185</command> :
     5--enable-compat185</command>:
    66This replaces the normal <command>./configure</command> command as
    77<application>Berkeley DB</application> comes with the various
     
    99
    1010<para><command>make docdir=/usr/share/doc/db-&db-version;
    11 install</command> : This installs the documentation in
     11install</command>: This installs the documentation in
    1212the correct place.</para>
    1313
  • content/databases/mysql/mysql-exp.xml

    r0d2f891 r0482b012  
    33
    44<para><command>sed -e "s%mysql-test/Makefile%%" -e "s% mysql-test%%"
    5 configure.old &gt; configure</command> : This sed is used to disable
     5configure.old &gt; configure</command>: This sed is used to disable
    66the mysql test suite.</para>
    77
  • content/web/apache/apache-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--enable-mods-shared=all</command> : We want modules
     4<para><parameter>--enable-mods-shared=all</parameter>: We want modules
    55to be compiled and used as Dynamic Shared Objects
    66(<acronym>DSO</acronym>s) so they can be included and excluded from the
Note: See TracChangeset for help on using the changeset viewer.