summaryrefslogtreecommitdiff
path: root/solenv/bin/deliver.pl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-14 22:56:07 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-14 22:57:54 +0300
commit82d642dc5243cf8901c0639d2bd1667afce5045f (patch)
treee6d36cae1a2776ca2f4676f0f45cde10626d4b78 /solenv/bin/deliver.pl
parent85373fe2e73c8d5c769607e03ff5f536a24e97ef (diff)
Fix fallout from BUILD_SOSL removal
As set_soenv.in used to always put BUILD_SOSL="true" in the environment, we can delete the block completely that was to be executed only if BUILD_SOSL was undefined.
Diffstat (limited to 'solenv/bin/deliver.pl')
-rwxr-xr-xsolenv/bin/deliver.pl12
1 files changed, 0 insertions, 12 deletions
diff --git a/solenv/bin/deliver.pl b/solenv/bin/deliver.pl
index 43f826ba9ec3..990b3fa3539d 100755
--- a/solenv/bin/deliver.pl
+++ b/solenv/bin/deliver.pl
@@ -464,18 +464,6 @@ sub init_globals
my $updater = $ENV{'UPDATER'};
my $work_stamp = $ENV{'WORK_STAMP'};
- # special security check for release engineers
- if ( defined($updater) && !$opt_force) {
- my $path = getcwd();
- if ( $path !~ /$work_stamp/io ) {
- print_error("can't deliver from local directory to SOLARVERSION");
- print STDERR "\nDANGER! Release Engineer:\n";
- print STDERR "do you really want to deliver from $path to SOLARVERSION?\n";
- print STDERR "If so, please use the -force switch\n\n";
- exit(7);
- }
- }
-
# do we have a valid environment?
if ( !defined($inpath) ) {
print_error("no environment", 0);
2019-05-09support different levels of PCH usageLuboš Luňák 2019-04-13Pass to linker its debuginfo options, not compiler'sMike Kaganski 2019-04-11fix getting correct debug/nodebug PCH file with selective debuginfoLuboš Luňák 2019-04-11merge --enable-selective-debuginfo into --enable-symbolsLuboš Luňák 2019-04-11fix some gb_LinkTarget functions with linktargetmakefilename argumentLuboš Luňák 2019-04-11--gdb-index flags should be used only when linking with symbolsLuboš Luňák 2019-04-07pass all arguments to gb_LinkTarget_add_cxxobject properlyLuboš Luňák 2019-01-24Drop unnecessary gb_DEBUG_CFLAGSStephan Bergmann 2019-01-23Drop use of obsolete GCC -fno-default-inlineStephan Bergmann 2018-12-29tdf#114635: reimplement TWAIN-based scan using 32-bit shim on WindowsMike Kaganski 2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl 2018-07-04add --enable-split-debug for -gsplit-dwarfLuboš Luňák 2017-11-24tdf#113787: gbuild: fix the version of cli_cppuhelper assemblyMichael Stahl 2017-10-28Work around "xargs: environment is too large for exec" errors on WindowsStephan Bergmann 2017-07-21migrate to boost::gettextCaolán McNamara 2017-06-22--enable-optimized should be orthogonal to --enable-debug/--enable-dbgutilStephan Bergmann 2017-06-19only unit-test one loplugin at a timeNoel Grandin 2017-06-07Remove gb_LinkTarget_add_generated_cxxobjectsStephan Bergmann 2017-02-21When building with clang-cl on Windows, build CLR code with MSVCStephan Bergmann 2017-01-27Make plugin rewriting work on Windows tooStephan Bergmann 2017-01-27Use 'CPT' (for "compilerplugins test") instead of 'C??'Tor Lillqvist 2016-11-17Have a specific TARGETTYPE for CompilerTest after allStephan Bergmann 2016-11-15New compilerplugins/clang unit testsStephan Bergmann