summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Improved Makefile.in dev-install recipe.Stephan Bergmann2011-09-231-14/+17
|
* make findunusedcode target easierCaolán McNamara2011-09-211-0/+2
|
* Remove trailing &&Tomas Chvatal2011-09-201-1/+1
|
* change distclean to delete configure generated filesPeter Foley2011-09-181-4/+6
|
* don't setup gdb printers for regular installationDavid Tardon2011-09-181-1/+0
| | | | | If someone wants to use them there, he should just run the install-gdb-script himself.
* Revert "Remove once again the INSTALLDIR feature"Tomas Chvatal2011-09-181-4/+4
| | | | | | | | | | This reverts commit bf0ea5c4eefa122febaaa5e6da8ecf4b1869f991. Those variables are used in bin/distro-install-*. Unable to find any issue with both distro-install and dev-install so reverting. If something really does break it needs fixing. Reverting this is not an option.
* another dep needed until we are gbuild-onlyBjoern Michaelsen2011-09-171-0/+1
|
* fail early when having mixed build/check targets, also escape GNUMAKE correctlyBjoern Michaelsen2011-09-161-10/+19
|
* adjust toplevel makefileBjoern Michaelsen2011-09-161-28/+34
|
* rename all to build in top-level makefileBjoern Michaelsen2011-09-161-3/+3
|
* make check target depend build-order-only on dev-install to allow 'make all ↵Bjoern Michaelsen2011-09-161-1/+1
| | | | dev-install check'
* Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann2011-09-161-2/+0
| | | | | | Both C++ and Java OfficeConnection code now always pass --headless, so no need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that link against vcl still need an explicit --headless.
* Introduced CHECK_PARALLELISM (and poshed the code up).Stephan Bergmann2011-09-141-2/+4
|
* Removed solenv/bin/subsequenttests, moved its (improved) content directly ↵Stephan Bergmann2011-09-141-1/+2
| | | | into Makefile.in.
* whitelist cppu::.* for nowCaolán McNamara2011-09-131-1/+1
|
* make install and dev-install build-depend on allBjoern Michaelsen2011-09-061-2/+2
| | | | * this enables "make all dev-install" or "make all install" calls
* remove build.pl --gmake option refrences from MakefilePeter Foley2011-09-041-11/+5
| | | | | The --gmake option was removed from build.pl in commit 4103138 This patch removes the remaining references from Makefile.
* make clean: $INPATH is now directly under solverMiklos Vajna2011-08-301-2/+2
|
* Remove once again the INSTALLDIR featureFrançois Tigeot2011-08-231-4/+4
| | | | It was reintroduced with a merge from the 3.4 branch
* install gdb pretty printersDavid Tardon2011-08-221-1/+3
|
* Re-run autogen.sh when autogen.lastrun is changed.Jan Holesovsky2011-08-221-1/+1
|
* Always go through the cross_toolset build.Jan Holesovsky2011-08-221-9/+9
|
* Don't complain when cross-build-toolkit.built does not exist.Jan Holesovsky2011-08-221-1/+1
|
* Allow parallel build of the the cross build toolset.Jan Holesovsky2011-08-191-75/+9
| | | | Plus various minor build tweaks.
* trailing slashCaolán McNamara2011-08-081-1/+1
|
* try callcatcher in -P modeCaolán McNamara2011-08-081-1/+1
|
* dictionaries is not needed in cross-build-toolset, it seemsTor Lillqvist2011-08-081-1/+0
|
* do not source *.Set.shTakeshi Abe2011-07-311-1/+0
| | | | according to commit 22d9caecc978a5739ddd1430fd26abe06454726c
* Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky2011-07-281-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
| * better support for distro packagingPetr Mladek2011-07-111-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>
| * only fetch external tarballs if --disable-fetch-external is not definedRobert Nagy2011-06-151-0/+4
| |
* | git ignore workdir and clean it on make cleaNorbert Thiebaud2011-07-261-0/+1
| |
* | make dev-install creates a linked installation again.Jan Holesovsky2011-07-261-4/+5
| | | | | | | | Also, skip building of stuff that we have already built.
* | Change *Env.Set.sh to Env.Host.shTor Lillqvist2011-07-251-16/+16
| |
* | Don't continue making cross-build-toolset if building one module failsTor Lillqvist2011-07-231-2/+2
| |
* | safer grep patternCaolán McNamara2011-07-181-1/+1
| |
* | cppu::bootstrap unused in tree, but part of external APICaolán McNamara2011-07-111-1/+1
| |
* | split unused methods list into easy and fullCaolán McNamara2011-07-101-1/+5
| |
* | use WORKDIRCaolán McNamara2011-07-091-1/+1
| |
* | force ooo.lst to be rebuilt when ooo.lst.in changesCaolán McNamara2011-07-091-1/+1
| |
* | callcatcher, grab default gbuild output dirsCaolán McNamara2011-07-031-2/+1
| |
* | udkapi depends on codemakerTor Lillqvist2011-06-301-1/+1
| |
* | cache outputCaolán McNamara2011-06-301-11/+11
| |
* | modify all pathsCaolán McNamara2011-06-271-0/+1
| |
* | Add shell to cross-build-toolsetTor Lillqvist2011-06-241-1/+2
| | | | | | | | lngconvex is needed when cross-building to Windows.
* | additional native modules needed for crosscompileJesús Corrius2011-06-241-1/+3
| |
* | tweak this for some paranoid bash settingsCaolán McNamara2011-06-221-1/+1
| |
* | Add unoil and javaunohelper to cross-build-toolset, sighTor Lillqvist2011-06-211-1/+3
| |
* | Make the make of gbuild modules in cross-build-toolset silentTor Lillqvist2011-06-211-1/+1
| |
* | Drop offuh from cross-build-toolsetTor Lillqvist2011-06-211-1/+0
| |