summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)Author
2011-08-08trailing slashCaolán McNamara
2011-08-08try callcatcher in -P modeCaolán McNamara
2011-08-08dictionaries is not needed in cross-build-toolset, it seemsTor Lillqvist
2011-07-31do not source *.Set.shTakeshi Abe
according to commit 22d9caecc978a5739ddd1430fd26abe06454726c
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky
Conflicts: Makefile.in configure.in instsetoo_native/util/makefile.mk instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/inc/minor.mk
2011-07-26git ignore workdir and clean it on make cleaNorbert Thiebaud
2011-07-26make dev-install creates a linked installation again.Jan Holesovsky
Also, skip building of stuff that we have already built.
2011-07-25Change *Env.Set.sh to Env.Host.shTor Lillqvist
2011-07-23Don't continue making cross-build-toolset if building one module failsTor Lillqvist
2011-07-18safer grep patternCaolán McNamara
2011-07-11better support for distro packagingPetr Mladek
This is port from the build repo. The main differences are: + splits package-ooo into several scripts (bin/distro-install-*) + renames many variables to avoid OOO prefix and to better fit the variables produced by the current bootstrap configure.in + uses OOO_VENDOR from bootstrap/configure.in to add distro specific hacks; the conditions have been updated only for "Novell, inc." + install most of the desktop integration from sysui using sysui/desktop/share/create_tree.sh + do not install two extra templates: $OOINSTBASE/basis$VERSION/share/template/en-US/forms/resume.ott $OOINSTBASE/basis$VERSION/share/template/en-US/officorr/project-proposal.ott should get merged with other templates + do not install pyunorc-update64; it is needed only when you want to run 32-bit LO on 64-bit system; is anyone using it? + do not call install-dictionaries: + do not call build-galleries: is anyone using them? + do not install ootool and ooconfig is anyone using them? are they still working? Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>
2011-07-11cppu::bootstrap unused in tree, but part of external APICaolán McNamara
2011-07-10split unused methods list into easy and fullCaolán McNamara
2011-07-09use WORKDIRCaolán McNamara
2011-07-09force ooo.lst to be rebuilt when ooo.lst.in changesCaolán McNamara
2011-07-03callcatcher, grab default gbuild output dirsCaolán McNamara
2011-06-30udkapi depends on codemakerTor Lillqvist
2011-06-30cache outputCaolán McNamara
2011-06-27modify all pathsCaolán McNamara
2011-06-24Add shell to cross-build-toolsetTor Lillqvist
lngconvex is needed when cross-building to Windows.
2011-06-24additional native modules needed for crosscompileJesús Corrius
2011-06-22tweak this for some paranoid bash settingsCaolán McNamara
2011-06-21Add unoil and javaunohelper to cross-build-toolset, sighTor Lillqvist
2011-06-21Make the make of gbuild modules in cross-build-toolset silentTor Lillqvist
2011-06-21Drop offuh from cross-build-toolsetTor Lillqvist
2011-06-18'-' prefix in Makefile only works for the first command... work around itNorbert Thiebaud
2011-06-18fix 1eabd795b959830b74c3f3036fefeb143448d898 bad \Norbert Thiebaud
2011-06-18do not clean dmake if we use the system oneNorbert Thiebaud
2011-06-18Choose build.pl or make automatically in cross-build-toolsetTor Lillqvist
2011-06-17Add lucene, berkeleydb and l10ntools to cross-build-toolset, sighTor Lillqvist
2011-06-17Add idl to cross-build-toolset, we need svidlTor Lillqvist
2011-06-16Add icc to cross-build-toolsetTor Lillqvist
2011-06-16add experimental callcatcher targetCaolán McNamara
2011-06-16need tab hereDavid Tardon
2011-06-15only fetch external tarballs if --disable-fetch-external is not definedRobert Nagy
2011-06-15only fetch external tarballs if --disable-fetch-external is not definedRobert Nagy
2011-06-13Fix comphelper in cross-build-toolsetTor Lillqvist
2011-06-12Need setup_native for ulfconv, at least for nowTor Lillqvist
2011-06-12Add sax and stoc, use merged list in cross-build-toolsetTor Lillqvist
2011-06-12Add "rsc" to cross-build-toolsetTor Lillqvist
2011-06-12TypoTor Lillqvist
2011-06-12Add "tools" and its dependencies to cross-build-toolsetTor Lillqvist
2011-06-12Explicitly list modules in cross-build-toolsetTor Lillqvist
2011-06-08Add i18npool to cross-build-toolsetTor Lillqvist
The list of modules built in the cross-build-toolset target, many with --all, is getting a bit unwieldy. Should do this in a cleaner way, with a for loop, and avoiding multiple invokations of build.pl --all, instead just figure oiut a clever way to get the definite list of individual modules needed, in the correct order.
2011-06-08Add unodevtools to cross-build-toolsetTor Lillqvist
2011-06-07Add autodoc to cross-build-toolsetTor Lillqvist
2011-06-07Add dictionaries to cross-build-toolsetTor Lillqvist
2011-06-06Add gettext to cross-build-toolsetTor Lillqvist
2011-06-06Add glib to cross-build-toolset as the glib configury needs glib-genmarshalTor Lillqvist
2011-06-06Build and deliver for the build platform also in codemakerTor Lillqvist