summaryrefslogtreecommitdiff
path: root/solenv/bin
AgeCommit message (Collapse)Author
2011-08-08oh dear, I never actually added this beforeCaolán McNamara
2011-07-28Followup-changes for *.Set.sh renameThorsten Behrens
Commit 22d9caecc978a5739ddd1430fd26abe06454726c renames the environment file to always be Env.Host.sh. Reflecting that in the shell scripts attempting to source it.
2011-07-26Fix linkoo to work again after the *.Set.sh -> Env.Host.sh rename.Jan Holesovsky
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-04Try and copy from versioned libgcc if possible, fallback to unversioned if notCaolán McNamara
On Fedora 13 multilib ppc, the unversioned libgcc.so is a ld script to point to the "real" one, so its unsuitable for inclusion in the install set.
2011-07-03Use \r instead of \x0d in awk pattern for portabilityTor Lillqvist
Hex escapes in the regexps are not supported in Solaris nawk, for instance. \r should match a CR in all cases as far as I know.
2011-07-01Goodbye to CWS_WORK_STAMPTor Lillqvist
2011-06-30remove trailing - ourselvesCaolán McNamara
2011-06-29Handle *.mm files too, don't use non-portable comma operator of find(1)Tor Lillqvist
2011-06-29sorting additional language packs and dictionaries fdo#34479Andras Timar
2011-06-28use g log for buildid, modify this if we unsplit repos or change vcsCaolán McNamara
2011-06-21fix bug with duplicate entry in hash trampling on dll linkingMichael Meeks
2011-06-20this does not apply now that IDL files are processed by gnumakeDavid Tardon
2011-06-18It is whether the HOST platform supports symlinks that is relevantTor Lillqvist
2011-06-13It already says "to do the equivalent of 'build && deliver'"Tor Lillqvist
So no need to say "this will modify the solver", especially as that talk about 'the' solver is Hamburg-speak. Also, don't advice to use the -s (silent) flag to make. Once the developer grows tired of seeing verbose output, he will learn to use -s.
2011-06-13Removes mail function from make_installer.plSamuel Cantrell
Removed mail module from installer subdirectory. I also removed code that referenced the functions within this module (such as one that sent a message if the process failed, one that sent a message if the process succeeded, etc.)
2011-06-11fix compilation with internal python on MacChristian Lohmaier
2011-06-09Don't fail if we have no checkdll tool, for instance when cross-compilingTor Lillqvist
2011-06-08Have dev-install default to non-mouse-grabbing menusThorsten Behrens
Since I constantly run into deadlocked X otherwise.
2011-06-06allow to build with internal Python on Mac (Python built as framework)Christian Lohmaier
2011-06-04removing %_EXT% confused the copying of .ilst files by deliverNorbert Thiebaud
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-06-01add a gdb script for debugging globalsCaolán McNamara
2011-05-31Drop pointless version printoutTor Lillqvist
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
Conflicts: configure.in distro-configs/LibreOfficeMacOSX.conf distro-configs/OxygenOfficeLinux.conf distro-configs/OxygenOfficeWin32.conf download instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/bin/modules/installer/download.pm solenv/gbuild/CppunitTest.mk solenv/inc/minor.mk solenv/inc/settings.mk
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrapJan Holesovsky
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
Conflicts: Makefile.in Repository.mk autogen.sh bin/lo-commit-stat configure.in distro-configs/LibreOfficeOpenBSD.conf distro-configs/LibreOfficeWin32.conf instsetoo_native/util/openoffice.lst ooo.lst.in scp2/source/ooo/module_langpack.ulf set_soenv.in solenv/bin/ooinstall solenv/gbuild/CppunitTest.mk solenv/gbuild/Library.mk solenv/gbuild/LinkTarget.mk solenv/gbuild/TargetLocations.mk solenv/gbuild/platform/macosx.mk solenv/gbuild/platform/solaris.mk solenv/gbuild/platform/unxgcc.mk solenv/gbuild/platform/windows.mk solenv/inc/minor.mk solenv/inc/settings.mk tail_build/prj/makefile.mk
2011-05-24build.pl restore the output 'interactivity'Norbert Thiebaud
2011-05-23accumulate the output of modules in error in build_error.logNorbert Thiebaud
In order to provide a more targeted message with tinderbox email each module store it's own output in a separate file, which is accumulated in build_error.log when the module failed to build
2011-05-23don't forget en-US when dev-installing ALL languagesAndras Timar
2011-05-23always request an unversioned lib from gcc in gccinstlib.plBjoern Michaelsen
* this otherwise breaks on ubuntu natty as there is (rightfully) no libgcc_s.so.1 file served by gcc -print-file-name
2011-05-21Drop pointless version printoutTor Lillqvist
2011-05-20replace res/commandimagelist with cmdMatus Kukan
2011-05-18Check build platform instead of host platform when appropriateTor Lillqvist
2011-05-18chmod +xTor Lillqvist
2011-05-17More cross-compiling workTor Lillqvist
AC_SUBST also EXEEXT_FOR_BUILD and use that in Makefile.in. As winemv.set.sh is now called WindowsMSVCEnv.Set.sh, with capital E and S like all the others, we can simplify the glob pattern for the Set.sh file. Don't attempt to download and/or run unpackers for dependencies relevant only when using MSVC if using MinGW. Misc other Windows host vs. build fixes.
2011-05-16handle --with-lang=ALL caseAndras Timar
2011-05-15Kill obsolete STAR_FOO stuffTor Lillqvist
2011-05-14Fix fallout from BUILD_SOSL removalTor Lillqvist
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.
2011-05-14Kill "BUILD_SOSL", some Hamburg thingTor Lillqvist
2011-05-12Add OxygenOffice related settingsKalman Szalai - KAMI
* Start download package name with OOOP in case of OxygenOffice * Ability to create oxygenoffice product
2011-05-09use Cwd::realpath to avoid confusion with symlinked dirsRobert Nagy
2011-05-09use Cwd::realpath to avoid confusion with symlinked dirsRobert Nagy
2011-05-05Fix ooinstall -l caseThorsten Behrens
Removing destdir prefix for dev-install case is not a good idea
2011-05-04Add OxygenOffice related settingsKalman Szalai - KAMI
* Start download package name with OOOP in case of OxygenOffice * Ability to create oxygenoffice product
2011-05-04always request an unversioned lib from gcc in gccinstlib.plBjoern Michaelsen
* this otherwise breaks on ubuntu natty as there is (rightfully) no libgcc_s.so.1 file served by gcc -print-file-name
2011-05-03ooinstall: use DESTDIR also for the Cwd::realpath callPetr Mladek
this solution is not perfect because Cwd::realpath($ENV{DESTDIR}) need not be part of Cwd::realpath($ENV{DESTDIR} . $arg). Let's solve this when it really cause troubles.
2011-05-03ooinstall: respect DESTDIRMiklos Vajna
The problem was that ooinstall just passed -destdir to make_installer.pl, but before that, it tried to create the root directory, where it did not respect DESTDIR. Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-04-28Make 'make dev-install' do something even on Windows.Jan Holesovsky
It creates an install set only, but better than just throwing an error ;-)
2011-04-27use /tmp instead of /instsetoo_native/util for temporary filesAndras Timar