source: general/prog/jdk/j2sdk-exp.xml@ 717df1b

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
Last change on this file since 717df1b was ce2d956, checked in by Tushar Teredesai <tushar@…>, 21 years ago

Patches reorganization - Part IV

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

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[74c1100]1<sect2>
2<title>Command explanations</title>
3
[0482b012]4<para><command>export ALT_BOOTDIR="$JAVA_HOME"</command>: This var sets
[06aea651]5location of the bootstrap <acronym>JDK</acronym>.
[1bf950c]6</para>
7
[0482b012]8<para><command>export ALT_MOZILLA_PATH=$PWD</command>: This sets the
[06aea651]9variable that points to where you unzipped the <application>Mozilla
10</application> headers.</para>
[1bf950c]11
[0482b012]12<para><command>export ALT_DEVTOOLS_PATH="/usr/bin"</command>: This
[1bf950c]13changes the location where the build finds the needed executables.
14</para>
15
[0482b012]16<para><command>export BUILD_NUMBER="blfs-`date +%s`"</command>: This will
[1bf950c]17help you identify this compiled version of the runtime environment and
18virtual machine by appending this information to the version in the
[06aea651]19output to <command>java -version</command>.</para>
[1bf950c]20
[0482b012]21<para><command>export DEV_ONLY=true</command>: This command
[1bf950c]22eliminates compiling the documentation and eliminates a dependency for
[06aea651]23<application>rpm</application>. </para>
[1bf950c]24
[0482b012]25<para><command>unset JAVA_HOME</command>: This clears the
[52b9837f]26<envar>JAVA_HOME</envar>
[ce2d956]27variable as recommended by the build instructions.</para>
[1bf950c]28
[0482b012]29<para><command>unset CLASSPATH</command>: This clears the
[ce2d956]30<envar>CLASSPATH</envar> variable as per the recommendations in the build instructions.
[1bf950c]31</para>
32
[0482b012]33<para><command>unset CFLAGS...</command>: These flags cause miscompilation
[06aea651]34of the build. Never set these.</para>
35
[0482b012]36<para><command>export INSANE=true</command>: Unless you specify that you
[1bf950c]37are insane the build will not proceed. The certified platform for the build is
38Redhat 6.1. The above variable ensures that all the errors related to
[a40092c]39compiling on a non-certified platform will be converted to warnings.</para>
[1bf950c]40
[0482b012]41<para><command>export MAKE_VERBOSE=true</command>: Allows the current
[1bf950c]42compilation command to be displayed on the console.</para>
43
[0482b012]44<para><command>export ALT_CACERTS_FILE...</command>: Specifies the
[06aea651]45certificate file to use.</para>
[74c1100]46
47</sect2>
48
Note: See TracBrowser for help on using the repository browser.