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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.