Lines Matching refs:globals

27 use installer::globals;
42 …ronment->{'SOLARVERSION'} . $installer::globals::separator . $installer::globals::compiler . $inst…
45 …ath = $environment->{'SOLARVERSION'} . $installer::globals::separator . "common" . $installer::glo…
52 $variables{'os'} = $installer::globals::compiler;
85 $installer::globals::localinstalldir =~ s/~/$home/;
86 …gger::Lang->printf("Info: Changing LOCALINSTALLDIR to %s\n", $installer::globals::localinstalldir);
106 $installer::globals::build = $environment->{'WORK_STAMP'};
108 $installer::globals::compiler = $environment->{'OUTPATH'};
110 if ( $ENV{'UPDMINOR'} ) { $installer::globals::minor = $ENV{'UPDMINOR'}; }
111 if ( $ENV{'LAST_MINOR'} ) { $installer::globals::lastminor = $ENV{'LAST_MINOR'}; }
113 if ( $ENV{'PROEXT'} ) { $installer::globals::pro = 1; }
115 if ( $ENV{'VERBOSE'} && ( (lc $ENV{'VERBOSE'}) eq "false" ) ) { $installer::globals::quiet = 1; }
116 if ( $ENV{'PREPARE_WINPATCH'} ) { $installer::globals::prepare_winpatch = 1; }
117 …if ( $ENV{'PREVIOUS_IDT_DIR'} ) { $installer::globals::previous_idt_dir = $ENV{'PREVIOUS_IDT_DIR'}…
118 if ( $ENV{'LOCALINSTALLDIR'} ) { $installer::globals::localinstalldir = $ENV{'LOCALINSTALLDIR'}; }
119 if ( $ENV{'LOCALUNPACKDIR'} ) { $installer::globals::localunpackdir = $ENV{'LOCALUNPACKDIR'}; }
120 if ( $ENV{'MAX_LANG_LENGTH'} ) { $installer::globals::max_lang_length = $ENV{'MAX_LANG_LENGTH'}; }
122 if ( $ENV{'SOLAR_JAVA'} ) { $installer::globals::solarjavaset = 1; }
123 if ( $ENV{'RPM'} ) { $installer::globals::rpm = $ENV{'RPM'}; }
124 if ( $ENV{'DONTCOMPRESS'} ) { $installer::globals::solarisdontcompress = 1; }
125 if ( $ENV{'IGNORE_ERROR_IN_LOGFILE'} ) { $installer::globals::ignore_error_in_logfile = 1; }
126 …if (( $ENV{'DISABLE_STRIP'} ) && ( $ENV{'DISABLE_STRIP'} ne '' )) { $installer::globals::strip = 0…
128 if ( $installer::globals::localinstalldir ) { $installer::globals::localinstalldirset = 1; }
130 if ( $installer::globals::localinstalldir =~ /^\s*\~/ ) { check_tilde_in_directory(); }