2002-08-10 10:42:59 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>export ALT_BOOTDIR="$JAVA_HOME"</command>: This var sets
|
2003-09-26 23:51:46 +08:00
|
|
|
location of the bootstrap <acronym>JDK</acronym>.
|
2003-01-30 16:04:11 +08:00
|
|
|
</para>
|
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>export ALT_MOZILLA_PATH=$PWD</command>: This sets the
|
2003-09-26 23:51:46 +08:00
|
|
|
variable that points to where you unzipped the <application>Mozilla
|
|
|
|
</application> headers.</para>
|
2003-01-30 16:04:11 +08:00
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>export ALT_DEVTOOLS_PATH="/usr/bin"</command>: This
|
2003-01-30 16:04:11 +08:00
|
|
|
changes the location where the build finds the needed executables.
|
|
|
|
</para>
|
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>export BUILD_NUMBER="blfs-`date +%s`"</command>: This will
|
2003-01-30 16:04:11 +08:00
|
|
|
help you identify this compiled version of the runtime environment and
|
|
|
|
virtual machine by appending this information to the version in the
|
2003-09-26 23:51:46 +08:00
|
|
|
output to <command>java -version</command>.</para>
|
2003-01-30 16:04:11 +08:00
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>export DEV_ONLY=true</command>: This command
|
2003-01-30 16:04:11 +08:00
|
|
|
eliminates compiling the documentation and eliminates a dependency for
|
2003-09-26 23:51:46 +08:00
|
|
|
<application>rpm</application>. </para>
|
2003-01-30 16:04:11 +08:00
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>unset JAVA_HOME</command>: This clears the
|
2003-04-22 09:53:42 +08:00
|
|
|
<envar>JAVA_HOME</envar>
|
2003-10-04 14:53:41 +08:00
|
|
|
variable as recommended by the build instructions.</para>
|
2003-01-30 16:04:11 +08:00
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>unset CLASSPATH</command>: This clears the
|
2003-10-04 14:53:41 +08:00
|
|
|
<envar>CLASSPATH</envar> variable as per the recommendations in the build instructions.
|
2003-01-30 16:04:11 +08:00
|
|
|
</para>
|
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>unset CFLAGS...</command>: These flags cause miscompilation
|
2003-09-26 23:51:46 +08:00
|
|
|
of the build. Never set these.</para>
|
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>export INSANE=true</command>: Unless you specify that you
|
2003-01-30 16:04:11 +08:00
|
|
|
are insane the build will not proceed. The certified platform for the build is
|
|
|
|
Redhat 6.1. The above variable ensures that all the errors related to
|
2003-01-31 09:35:28 +08:00
|
|
|
compiling on a non-certified platform will be converted to warnings.</para>
|
2003-01-30 16:04:11 +08:00
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>export MAKE_VERBOSE=true</command>: Allows the current
|
2003-01-30 16:04:11 +08:00
|
|
|
compilation command to be displayed on the console.</para>
|
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>export ALT_CACERTS_FILE...</command>: Specifies the
|
2003-09-26 23:51:46 +08:00
|
|
|
certificate file to use.</para>
|
2002-08-10 10:42:59 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|