Changeset 0482b012 for general


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
Files:
20 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
  • general/graphlib/imlib/imlib-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33 
    4 <!--<para><userinput>CPPFLAGS=-w</userinput> : This disables gcc-&gcc-version;
     4<!--<para><userinput>CPPFLAGS=-w</userinput>: This disables gcc-&gcc-version;
    55warnings that confuse configure.</para>-->
    66
    7 <para><command>--sysconfdir=/etc/imlib</command> : This installs and
    8 combines the configurations files into <filename>/etc</filename> instead
    9 of <filename>/usr/etc</filename>.</para>
     7<para><parameter>--sysconfdir=/etc/imlib</parameter>: This installs and
     8combines the configurations files into <filename class="directory">/etc</filename> instead
     9of <filename class="directory">/usr/etc</filename>.</para>
    1010</sect2>
  • general/graphlib/lcms/lcms-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>make utils</command> : This command can be added to the
     4<para><command>make utils</command>: This command can be added to the
    55installation to build utilities for converting images using icc
    66profiles. This command requires that <xref linkend="libtiff"/> and <xref
    77linkend="libjpeg"/> are already installed.</para>
    88
    9 <para><command>make CC=g++ python</command> :  This command can be added
     9<para><command>make CC=g++ python</command>:  This command can be added
    1010to allow access to <filename class="libraryfile">liblcms</filename> by
    1111<application>Python</application>.
  • general/graphlib/libjpeg/libjpeg-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>./configure --enable-static --enable-shared --prefix=/usr</command> : This command tells libjpeg to build both shared and static libraries and
     4<para><command>./configure --enable-static --enable-shared --prefix=/usr</command>: This command tells libjpeg to build both shared and static libraries and
    55to install them with a base of <filename>/usr</filename>.</para>
    66
  • general/graphlib/libmng/libmng-exp.xml

    r0d2f891 r0482b012  
    33
    44<para><screen><command>./configure --prefix=/usr --with-zlib \
    5 --with-jpeg --with-lcms </command></screen>
     5--with-jpeg --with-lcms</command></screen>
    66This command sets the install directory and also tells the configuration
    77routine to look and find <application>zlib</application>, <application>libjpeg
    88</application> and <application>lcms</application>.</para>
    99
    10 <para><command>cp doc/man/*.X /usr/share/man/manX</command> : The
     10<para><command>cp doc/man/*.X /usr/share/man/manX</command>: The
    1111install procedure doesn't properly install the man pages so we do it
    1212manually.</para>
  • general/graphlib/libpng/libpng-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>ZLIBINC=/usr/include ZLIBLIB=/usr/lib</command> : This forces libpng to look for the zlib includes and libraries where we have them installed.</para>
     4<para><parameter>ZLIBINC=/usr/include ZLIBLIB=/usr/lib</parameter>: This
     5forces <application>libpng</application> to look for the
     6<application>zlib</application> includes and libraries where we have them installed.</para>
    57
    6 <para><command>-f scripts/makefile.linux</command> : This points
     8<para><parameter>-f scripts/makefile.linux</parameter>: This points
    79make at the Linux version of the makefile as
    810<application>libpng</application> doesn't use a
  • general/graphlib/libtiff/libtiff-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--noninteractive</command> : This switch is used to
     4<para><option>--noninteractive</option>: This switch is used to
    55avoid the configuration routine asking for confirmation of the
    66directories to install to (which we pass using switches to configure
    77anyways).</para>
    88
    9 <para><command>--with-DIR_MAN=/usr/share/man</command> : This is
     9<para><parameter>--with-DIR_MAN=/usr/share/man</parameter>: This is
    1010used because despite the fact we pass
    11 <command>--prefix=/usr</command>, the configure
     11<parameter>--prefix=/usr</parameter>, the configure
    1212routine tries to install the man pages in
    13 <filename>/usr/local/man</filename> instead of the
     13<filename class="directory">/usr/local/man</filename> instead of the
    1414correct place.</para>
    1515
  • general/graphlib/svgalib/svgalib-exp.xml

    r0d2f891 r0482b012  
    33
    44<para><command>cd doc &amp;&amp; for dir in man?; do for file in $dir/*; do
    5 gunzip /usr/share/man/$file; done; done</command> : SVGAlib installs it's man
     5gunzip /usr/share/man/$file; done; done</command>:
     6<application>SVGAlib</application> installs it's man
    67pages in compressed format so we uncompress them.</para>
    78
  • general/prog/gcc/gcc-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>PATH_HOLD=$PATH</command> : This command
     4<para><command>PATH_HOLD=$PATH</command>: This command
    55stores your current path before it's modified so that it can be restored after
    66installation.</para>
    77
    8 <para><command>export PATH=/opt/gnat/bin:$PATH</command> : This
     8<para><command>export PATH=/opt/gnat/bin:$PATH</command>: This
    99command allows the build to find
    1010<application><acronym>GNAT</acronym></application>'s
     
    1212<application>Ada</application>.</para>
    1313
    14 <para><command>touch treeprs.ads [es]info.h nmake.ad[bs]</command> :
     14<para><command>touch treeprs.ads [es]info.h nmake.ad[bs]</command>:
    1515This command creates necessary files for the
    1616<application>Ada</application> build. This step
     
    1818<application>Ada</application> frontend.</para>
    1919
    20 <para><command>CC=/usr/bin/gcc</command> : This command works around the
     20<para><parameter>CC=/usr/bin/gcc</parameter>: This command works around the
    2121new <envar>PATH</envar> which puts <application><acronym>GNAT</acronym>
    2222</application>'s <command>gcc</command> as the primary compiler.</para>
    2323
    24 <para><command>--enable-languages=c,c++,objc,f77,ada,java</command>
    25 : This command builds all available languages in the
     24<para><parameter>--enable-languages=c,c++,objc,f77,ada,java</parameter>: This command builds all available languages in the
    2625<application><acronym>GCC</acronym></application> package.
    2726You may modify this command to remove unwanted languages.</para>
    2827
    29 <para><command>--enable-shared --enable-threads=posix
    30 --enable-__cxa_atexit</command> : These commands are required to build
     28<para><parameter>--enable-shared --enable-threads=posix
     29--enable-__cxa_atexit</parameter>: These commands are required to build
    3130the <application>C++</application> libraries to published standards.</para>
    3231
    33 <para><command>--enable-clocale=gnu</command> : This command is a
     32<para><parameter>--enable-clocale=gnu</parameter>: This command is a
    3433failsafe for incomplete locale data.</para>
    3534
    36 <para><command>make gnatlib_and tools</command> : This command
     35<para><command>make gnatlib_and tools</command>: This command
    3736completes the <application>Ada</application> build process. Skip this step if
    3837you have not enabled <application>Ada</application> as one of the languages.
  • general/prog/jdk/j2sdk-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>T=`grep...</command> : Determines the part where the tarfile
     4<para><command>T=`grep...</command>: Determines the part where the tarfile
    55begins in the self extracting archive.</para>
    66
    7 <para><command>patch -Np1 -i j2sdk-${VERSION}-fix-intl-files.patch</command> :
     7<para><command>patch -Np1 -i j2sdk-${VERSION}-fix-intl-files.patch</command>:
    88Patch to fix duplicate messages in the intl files.</para>
    9 <para><command>patch -Np1 -i j2sdk-${VERSION}-link-missing-libs.patch</command> : Patch to add missing libs to fix unresolved symbols.</para>
     9<para><command>patch -Np1 -i j2sdk-${VERSION}-link-missing-libs.patch</command>: Patch to add missing libs to fix unresolved symbols.</para>
    1010<para><command>patch -Np1 -i j2sdk-${VERSION}-remove-fixed-paths.patch
    11 </command> : The build wants the binaries in specific locations, this patch
     11</command>: The build wants the binaries in specific locations, this patch
    1212modifies this to use the current <envar>PATH</envar> environment to find
    1313binaries.</para>
    14 <para><command>patch -Np1 -i j2sdk-${VERSION}-syntax-fixes.patch</command> :
     14<para><command>patch -Np1 -i j2sdk-${VERSION}-syntax-fixes.patch</command>:
    1515Patch to fix syntax for <application><acronym>GCC</acronym>-3</application>.
    1616</para>
    1717<para><command>patch -Np1 -i j2sdk-${VERSION}-use-included-motif.patch
    18 </command> : Patch to rename the internal motif library to avoid conflicts with
     18</command>: Patch to rename the internal motif library to avoid conflicts with
    1919an incompatible system installed version.</para>
    2020
    21 <para><command>export ALT_BOOTDIR="$JAVA_HOME"</command> : This var sets
     21<para><command>export ALT_BOOTDIR="$JAVA_HOME"</command>: This var sets
    2222location of the bootstrap <acronym>JDK</acronym>.
    2323</para>
    2424
    25 <para><command>export ALT_MOZILLA_PATH=$PWD</command> : This sets the
     25<para><command>export ALT_MOZILLA_PATH=$PWD</command>: This sets the
    2626variable that points to where you unzipped the <application>Mozilla
    2727</application> headers.</para>
    2828
    29 <para><command>export ALT_DEVTOOLS_PATH="/usr/bin"</command> : This
     29<para><command>export ALT_DEVTOOLS_PATH="/usr/bin"</command>: This
    3030changes the location where the build finds the needed executables.
    3131</para>
    3232
    33 <para><command>export BUILD_NUMBER="blfs-`date +%s`"</command> : This will
     33<para><command>export BUILD_NUMBER="blfs-`date +%s`"</command>: This will
    3434help you identify this compiled version of the runtime environment and
    3535virtual machine by appending this information to the version in the
    3636output to <command>java -version</command>.</para>
    3737
    38 <para><command>export DEV_ONLY=true</command> : This command
     38<para><command>export DEV_ONLY=true</command>: This command
    3939eliminates compiling the documentation and eliminates a dependency for
    4040<application>rpm</application>. </para>
    4141
    42 <para><command>unset JAVA_HOME</command> : This clears the
     42<para><command>unset JAVA_HOME</command>: This clears the
    4343<envar>JAVA_HOME</envar>
    4444variable and prevents misdirection during compile.</para>
    4545
    46 <para><command>unset CLASSPATH</command> : This clears the
     46<para><command>unset CLASSPATH</command>: This clears the
    4747<envar>CLASSPATH</envar> variable and prevents misdirection during compile.
    4848</para>
    4949
    50 <para><command>unset CFLAGS...</command> : These flags cause miscompilation
     50<para><command>unset CFLAGS...</command>: These flags cause miscompilation
    5151of the build. Never set these.</para>
    5252
    53 <para><command>export INSANE=true</command> : Unless you specify that you
     53<para><command>export INSANE=true</command>: Unless you specify that you
    5454are insane the build will not proceed. The certified platform for the build is
    5555Redhat 6.1. The above variable ensures that all the errors related to
    5656compiling on a non-certified platform will be converted to warnings.</para>
    5757
    58 <para><command>export MAKE_VERBOSE=true</command> : Allows the current
     58<para><command>export MAKE_VERBOSE=true</command>: Allows the current
    5959compilation command to be displayed on the console.</para>
    6060
    61 <para><command>export ALT_CACERTS_FILE...</command> : Specifies the
     61<para><command>export ALT_CACERTS_FILE...</command>: Specifies the
    6262certificate file to use.</para>
    6363
  • general/prog/librep/librep-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--libexec=/usr/lib</command> : This command installs
    5 files to <filename>/usr/lib/rep</filename> instead of
    6 <filename>/user/libexec/rep</filename>.</para>
     4<para><parameter>--libexec=/usr/lib</parameter>: This command installs
     5files to <filename class="directory">/usr/lib/rep</filename> instead of
     6<filename class="directory">/user/libexec/rep</filename>.</para>
    77
    88</sect2>
  • general/sysutils/cpio/cpio-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--libexec=/usr/bin</command> : This command installs
    5 <command>rmt</command> to <filename>/usr/sbin</filename> instead of
    6 <filename>/usr/libexec</filename>.</para>
     4<para><parameter>--libexec=/usr/sbin</parameter>: This command installs
     5<command>rmt</command> to <filename class="directory">/usr/sbin</filename> instead of
     6<filename class="directory">/usr/libexec</filename>.</para>
    77
    8 <para><command>--bindir=/bin</command> : This command installs
    9 <command>cpio</command> to <filename>/bin</filename> instead of
    10 <filename>/usr/bin</filename> as per <acronym>FHS</acronym> guidelines.</para>
     8<para><parameter>--bindir=/bin</parameter>: This command installs
     9<command>cpio</command> to <filename class="directory">/bin</filename> instead of
     10<filename class="directory">/usr/bin</filename> as per <acronym>FHS</acronym> guidelines.</para>
    1111
    1212</sect2>
  • general/sysutils/fcron/fcron-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--without-sendmail</command> : <application>Fcron</application>
     4<para><option>--without-sendmail</option>: <application>Fcron</application>
    55does not require an <acronym>MTA</acronym> to run but will use one, if it is
    66installed, to email you the results of the <command>fcron</command> script. If
    77you wish to utilize this feature change the switch to
    8 <command>--with-sendmail=<replaceable>[path to your MTA]</replaceable>
    9 </command>.</para>
     8<parameter>--with-sendmail=<replaceable>[path to your MTA]</replaceable>
     9</parameter>.</para>
    1010
    11 <para><command>--with-answer-all=no</command> : After the files are
     11<para><parameter>--with-answer-all=no</parameter>: After the files are
    1212installed, the make install script enters into a configuration routine.
    1313The first test will be whether to install a boot script in the <filename
     
    1818<acronym>BLFS</acronym> template we answer 'n' to both tests.</para>
    1919
    20 <para><command>--with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version;
    21 </command> : Can be added if you have installed
     20<para><parameter>--with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version;
     21</parameter>: Can be added if you have installed
    2222<application>OpenJade</application> and
    2323dsssl-stylesheets to generate the documentation from the DocBook source
  • general/sysutils/gpm/gpm-inst.xml

    r0d2f891 r0482b012  
    2222<title>Command explanations</title>
    2323
    24 <para><command>export LDFLAGS="-lm"</command> : The math library
     24<para><command>export LDFLAGS="-lm"</command>: The math library
    2525 must be linked with <command>gpm</command>, as ceil() is used in some cursor
    2626scrolling logic. <envar>LDFLAGS</envar> is only needed if you optimize
Note: See TracChangeset for help on using the changeset viewer.