summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2011-08-08trailing slashCaolán McNamara1-1/+1
2011-08-08try callcatcher in -P modeCaolán McNamara1-1/+1
2011-08-08dictionaries is not needed in cross-build-toolset, it seemsTor Lillqvist1-1/+0
2011-07-31do not source *.Set.shTakeshi Abe1-1/+0
according to commit 22d9caecc978a5739ddd1430fd26abe06454726c
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky1-3/+10
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 Thiebaud1-0/+1
2011-07-26make dev-install creates a linked installation again.Jan Holesovsky1-4/+5
Also, skip building of stuff that we have already built.
2011-07-25Change *Env.Set.sh to Env.Host.shTor Lillqvist1-16/+16
2011-07-23Don't continue making cross-build-toolset if building one module failsTor Lillqvist1-2/+2
2011-07-18safer grep patternCaolán McNamara1-1/+1
2011-07-11better support for distro packagingPetr Mladek1-3/+9
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 McNamara1-1/+1
2011-07-10split unused methods list into easy and fullCaolán McNamara1-1/+5
2011-07-09use WORKDIRCaolán McNamara1-1/+1
2011-07-09force ooo.lst to be rebuilt when ooo.lst.in changesCaolán McNamara1-1/+1
2011-07-03callcatcher, grab default gbuild output dirsCaolán McNamara1-2/+1
2011-06-30udkapi depends on codemakerTor Lillqvist1-1/+1
2011-06-30cache outputCaolán McNamara1-11/+11
2011-06-27modify all pathsCaolán McNamara1-0/+1
2011-06-24Add shell to cross-build-toolsetTor Lillqvist1-1/+2
lngconvex is needed when cross-building to Windows.
2011-06-24additional native modules needed for crosscompileJesús Corrius1-1/+3
2011-06-22tweak this for some paranoid bash settingsCaolán McNamara1-1/+1
2011-06-21Add unoil and javaunohelper to cross-build-toolset, sighTor Lillqvist1-1/+3
2011-06-21Make the make of gbuild modules in cross-build-toolset silentTor Lillqvist1-1/+1
2011-06-21Drop offuh from cross-build-toolsetTor Lillqvist1-1/+0
2011-06-18'-' prefix in Makefile only works for the first command... work around itNorbert Thiebaud1-1/+1
2011-06-18fix 1eabd795b959830b74c3f3036fefeb143448d898 bad \Norbert Thiebaud1-2/+3
2011-06-18do not clean dmake if we use the system oneNorbert Thiebaud1-2/+3
2011-06-18Choose build.pl or make automatically in cross-build-toolsetTor Lillqvist1-9/+6
2011-06-17Add lucene, berkeleydb and l10ntools to cross-build-toolset, sighTor Lillqvist1-0/+3
2011-06-17Add idl to cross-build-toolset, we need svidlTor Lillqvist1-0/+1
2011-06-16Add icc to cross-build-toolsetTor Lillqvist1-1/+2
2011-06-16add experimental callcatcher targetCaolán McNamara1-0/+17
2011-06-16need tab hereDavid Tardon1-1/+1
2011-06-15only fetch external tarballs if --disable-fetch-external is not definedRobert Nagy1-0/+4
2011-06-15only fetch external tarballs if --disable-fetch-external is not definedRobert Nagy1-0/+4
2011-06-13Fix comphelper in cross-build-toolsetTor Lillqvist1-2/+1
2011-06-12Need setup_native for ulfconv, at least for nowTor Lillqvist1-1/+2
2011-06-12Add sax and stoc, use merged list in cross-build-toolsetTor Lillqvist1-7/+12
2011-06-12Add "rsc" to cross-build-toolsetTor Lillqvist1-1/+2
2011-06-12TypoTor Lillqvist1-1/+1
2011-06-12Add "tools" and its dependencies to cross-build-toolsetTor Lillqvist1-1/+9
2011-06-12Explicitly list modules in cross-build-toolsetTor Lillqvist1-13/+49
2011-06-08Add i18npool to cross-build-toolsetTor Lillqvist1-0/+1
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 Lillqvist1-0/+1
2011-06-07Add autodoc to cross-build-toolsetTor Lillqvist1-0/+1
2011-06-07Add dictionaries to cross-build-toolsetTor Lillqvist1-1/+2
2011-06-06Add gettext to cross-build-toolsetTor Lillqvist1-1/+2
2011-06-06Add glib to cross-build-toolset as the glib configury needs glib-genmarshalTor Lillqvist1-1/+2
2011-06-06Build and deliver for the build platform also in codemakerTor Lillqvist1-0/+1