Ignore:
Timestamp:
09/26/2003 03:51:46 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:
2082ebf6
Parents:
df5b04d
Message:

chapter 12

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/jdk/j2sdk-exp.xml

    rdf5b04d r06aea651  
    22<title>Command explanations</title>
    33
    4 <para><userinput>T=`grep...</userinput> : Determines the part where the tarfile begins in the self extracting archive.</para>
     4<para><command>T=`grep...</command> : Determines the part where the tarfile
     5begins in the self extracting archive.</para>
    56
    6 <para><userinput>patch -Np1 -i j2sdk-${VERSION}-fix-intl-files.patch</userinput> : Patch to fix duplicate messages in the intl files.</para>
    7 <para><userinput>patch -Np1 -i j2sdk-${VERSION}-link-missing-libs.patch</userinput> : Patch to add missing libs to fix unresolved symbols.</para>
    8 <para><userinput>patch -Np1 -i j2sdk-${VERSION}-remove-fixed-paths.patch</userinput> : The build wants
    9 the binaries in specific locations, this patch modifies this to use the
    10 current <envar>PATH</envar> environment to find binaries.</para>
    11 <para><userinput>patch -Np1 -i j2sdk-${VERSION}-syntax-fixes.patch</userinput> : Patch to fix syntax for gcc3.</para>
    12 <para><userinput>patch -Np1 -i j2sdk-${VERSION}-use-included-motif.patch</userinput> : Patch to rename the internal motif library to avoid conflicts with an incompatible system installed version.</para>
     7<para><command>patch -Np1 -i j2sdk-${VERSION}-fix-intl-files.patch</command> :
     8Patch 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>
     10<para><command>patch -Np1 -i j2sdk-${VERSION}-remove-fixed-paths.patch
     11</command> : The build wants the binaries in specific locations, this patch
     12modifies this to use the current <envar>PATH</envar> environment to find
     13binaries.</para>
     14<para><command>patch -Np1 -i j2sdk-${VERSION}-syntax-fixes.patch</command> :
     15Patch to fix syntax for <application><acronym>GCC</acronym>-3</application>.
     16</para>
     17<para><command>patch -Np1 -i j2sdk-${VERSION}-use-included-motif.patch
     18</command> : Patch to rename the internal motif library to avoid conflicts with
     19an incompatible system installed version.</para>
    1320
    14 <para><userinput>export ALT_BOOTDIR="$JAVA_HOME"</userinput> : This
    15 var sets location of the bootstrap JDK.
     21<para><command>export ALT_BOOTDIR="$JAVA_HOME"</command> : This var sets
     22location of the bootstrap <acronym>JDK</acronym>.
    1623</para>
    1724
    18 <para><userinput>export ALT_MOZILLA_PATH=$PWD</userinput> : This sets the
    19 variable that points to where you unzipped the mozilla headers.</para>
     25<para><command>export ALT_MOZILLA_PATH=$PWD</command> : This sets the
     26variable that points to where you unzipped the <application>Mozilla
     27</application> headers.</para>
    2028
    21 <para><userinput>export ALT_DEVTOOLS_PATH="/usr/bin"</userinput> : This
     29<para><command>export ALT_DEVTOOLS_PATH="/usr/bin"</command> : This
    2230changes the location where the build finds the needed executables.
    2331</para>
    2432
    25 <para><userinput>export BUILD_NUMBER="blfs-`date +%s`"</userinput> : This will
     33<para><command>export BUILD_NUMBER="blfs-`date +%s`"</command> : This will
    2634help you identify this compiled version of the runtime environment and
    2735virtual machine by appending this information to the version in the
    28 output to "java -version".</para>
     36output to <command>java -version</command>.</para>
    2937
    30 <para><userinput>export DEV_ONLY=true</userinput> : This command
     38<para><command>export DEV_ONLY=true</command> : This command
    3139eliminates compiling the documentation and eliminates a dependency for
    32 rpm. </para>
     40<application>rpm</application>. </para>
    3341
    34 <para><userinput>unset JAVA_HOME</userinput> : This clears the
     42<para><command>unset JAVA_HOME</command> : This clears the
    3543<envar>JAVA_HOME</envar>
    3644variable and prevents misdirection during compile.</para>
    3745
    38 <para><userinput>unset CLASSPATH</userinput> : This clears the
    39 <envar>CLASSPATH</envar>
    40 variable and prevents misdirection during compile.</para>
    41 
    42 <para><userinput>unset CFLAGS...</userinput> : These flags cause miscompilation
    43 of the build. Never set these.
     46<para><command>unset CLASSPATH</command> : This clears the
     47<envar>CLASSPATH</envar> variable and prevents misdirection during compile.
    4448</para>
    4549
    46 <para><userinput>export INSANE=true</userinput> : Unless you specify that you
     50<para><command>unset CFLAGS...</command> : These flags cause miscompilation
     51of the build. Never set these.</para>
     52
     53<para><command>export INSANE=true</command> : Unless you specify that you
    4754are insane the build will not proceed. The certified platform for the build is
    4855Redhat 6.1. The above variable ensures that all the errors related to
    4956compiling on a non-certified platform will be converted to warnings.</para>
    5057
    51 <para><userinput>export MAKE_VERBOSE=true</userinput> : Allows the current
     58<para><command>export MAKE_VERBOSE=true</command> : Allows the current
    5259compilation command to be displayed on the console.</para>
    5360
    54 <para><userinput>export ALT_CACERTS_FILE...</userinput> : Specifies the certificate
    55 file to use.</para>
     61<para><command>export ALT_CACERTS_FILE...</command> : Specifies the
     62certificate file to use.</para>
    5663
    5764</sect2>
Note: See TracChangeset for help on using the changeset viewer.