mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 01:27:16 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@633 af4574ff-66df-0310-9fd7-8a98e5e911e0
49 lines
1.9 KiB
XML
49 lines
1.9 KiB
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><userinput>T=`grep...:</userinput> Determines the part where the tarfile begins in the self extracting archive.</para>
|
|
|
|
<para><userinput>export ALT_BOOTDIR="$JAVA_HOME" :</userinput> This
|
|
var sets location of the bootstrap JDK.
|
|
</para>
|
|
|
|
<para><userinput>export ALT_MOZILLA_PATH=$PWD :</userinput> This sets the
|
|
variable that points to where you unzipped the mozilla headers.</para>
|
|
|
|
<para><userinput>export ALT_DEVTOOLS_PATH="/usr/bin" :</userinput> This
|
|
changes the location where the build finds the needed executables.
|
|
</para>
|
|
|
|
<para><userinput>export BUILD_NUMBER="blfs-`date +%s`" :</userinput> This will
|
|
help you identify this compiled version of the runtime environment and
|
|
virtual machine by appending this information to the version in the
|
|
output to "java -version".</para>
|
|
|
|
<para><userinput>export DEV_ONLY=true :</userinput> This command
|
|
eliminates compiling the documentation and eliminates a dependency for
|
|
rpm. </para>
|
|
|
|
<para><userinput>unset JAVA_HOME :</userinput> This clears the JAVA_HOME
|
|
variable and prevents misdirection during compile.</para>
|
|
|
|
<para><userinput>unset CLASSPATH :</userinput> This clears the CLASSPATH
|
|
variable and prevents misdirection during compile.</para>
|
|
|
|
<para><userinput>unset CFLAGS... :</userinput> These flags cause miscompilation
|
|
of the build. Never set these.
|
|
</para>
|
|
|
|
<para><userinput>export INSANE=true:</userinput> Unless you specify that you
|
|
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
|
|
compiling on a non-certifiedi platform will be converted to warnings.</para>
|
|
|
|
<para><userinput>export MAKE_VERBOSE=true:</userinput> Allows the current
|
|
compilation command to be displayed on the console.</para>
|
|
|
|
<para><userinput>export ALT_CACERTS_FILE...: </userinput> Specifies the certificate
|
|
file to use.</para>
|
|
|
|
</sect2>
|
|
|