add a way to strip symbols from the tarballs
Change-Id: I682dcc9c366efea2be00b738f630a82b4cf9d636
This commit is contained in:
parent
fab01f73f1
commit
7cf66f9c7d
@ -123,6 +123,7 @@ sub set_global_environment_variables
|
||||
if ( $ENV{'DONTCOMPRESS'} ) { $installer::globals::solarisdontcompress = 1; }
|
||||
if ( $ENV{'IGNORE_ERROR_IN_LOGFILE'} ) { $installer::globals::ignore_error_in_logfile = 1; }
|
||||
if (( $ENV{'DISABLE_STRIP'} ) && ( $ENV{'DISABLE_STRIP'} ne '' )) { $installer::globals::strip = 0; }
|
||||
if (( $ENV{'ENABLE_STRIP'} ) && ( $ENV{'ENABLE_STRIP'} ne '' )) { $installer::globals::strip = 1; }
|
||||
|
||||
if ( $installer::globals::localinstalldir ) { $installer::globals::localinstalldirset = 1; }
|
||||
# Special handling, if LOCALINSTALLDIR contains "~" in the path
|
||||
|
Loading…
x
Reference in New Issue
Block a user