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

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