Home
last modified time | relevance | path

Searched refs:call_epm (Results 1 – 5 of 5) sorted by path

/trunk/main/solenv/bin/
H A Dmake_installer.pl927 … if ( $installer::globals::patch ) { $installer::globals::call_epm = 1; } # enabling packing again
937 …if ( $installer::globals::patch ) { $installer::globals::call_epm = 0; } # no packing of core mod…
954 if (( $installer::globals::call_epm ) && ( ! $found_epm ))
1085 … if ( $installer::globals::call_epm ) # only do something, if epm is really executed
1091 …installer::epmfile::call_epm($epmexecutable, $completeepmfilename, $packagename, $includepatharray…
1117 if ( $installer::globals::call_epm )
1129 …if ( $installer::globals::call_epm ) { installer::epmfile::call_epm($epmexecutable, $completeepmfi…
1156 … if (( $allvariableshashref->{'XPDINSTALLER'} ) && ( $installer::globals::call_epm != 0 ))
/trunk/main/solenv/bin/modules/installer/
H A Dcontrol.pm142 if (( $installer::globals::call_epm ) && (!($installer::globals::iswindowsbuild)))
H A Depmfile.pm895 sub call_epm subroutine
H A Dglobals.pm210 $call_epm = 1;
H A Dparameter.pm140 elsif ($param eq "-dontcallepm") { $installer::globals::call_epm = 0; }
159 $installer::globals::call_epm = 0;
618 …if ((!($installer::globals::iswindowsbuild)) && ( $installer::globals::call_epm )) { push(@output,…
619 …if ((!($installer::globals::iswindowsbuild)) && (!($installer::globals::call_epm))) { push(@output…

Completed in 68 milliseconds