summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)Author
2011-11-16avoid running autogen.sh when trying to clean or distcleanNorbert Thiebaud
2011-11-16add utility script and build_env to avoid sourcing Env.Host.shNorbert Thiebaud
The goal is to able to do partial build without having to source Env.Host.sh into one's environment There is 2 way to use this: 1/ copy the scripts lo_find_src_root and lo_proxy_start somewhere in your PATH, and then you can add alias build='lo_proxy_start build' alias deliver='lo_proxy_start deliver' in your .bashrc at that point you can use build and deliver anywhere in the source tree without the need to source anything. This allow you to switch from one source tree to another. the proper SRC_ROOT will be determined automatically based on the current working directory 2/ source build_env build_env only source the bare minimum to allow build and make to work for the associated source tree. If you want to work in a diffrent tree, you need to resource
2011-11-14Make the clean-host target really do just thatTor Lillqvist
2011-11-07Split clean into clean-host and clean-build targetsTor Lillqvist
2011-10-16don't remove "bootstrap" in make distcleanRene Engelhard
2011-10-07Advise how to save yourself a rebuild with make dev-install.Jan Holesovsky
2011-10-07Indicate that the build was successful, and what to do next.Jan Holesovsky
2011-10-04Some fixes for linkoo and install-gdb-printers.Stephan Bergmann
- Adapted linkoo's link_gdb_py to libs moved from basis to brand layer. - Fixed install-gdb-printers's handling of Mac OS X ".dylib" suffix. - No need to call install-gdb-printers from top-level make dev-install; linkoo's link_gdb_py already does that.
2011-09-29Make install-gdb-printers work on Mac OS X.Stephan Bergmann
2011-09-29mkdir -pCaolán McNamara
2011-09-28target 'all' should be the first one to make it the default one.Norbert Thiebaud
2011-09-23Improved Makefile.in dev-install recipe.Stephan Bergmann
2011-09-21make findunusedcode target easierCaolán McNamara
2011-09-20Remove trailing &&Tomas Chvatal
2011-09-18change distclean to delete configure generated filesPeter Foley
2011-09-18don't setup gdb printers for regular installationDavid Tardon
If someone wants to use them there, he should just run the install-gdb-script himself.
2011-09-18Revert "Remove once again the INSTALLDIR feature"Tomas Chvatal
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.
2011-09-17another dep needed until we are gbuild-onlyBjoern Michaelsen
2011-09-16fail early when having mixed build/check targets, also escape GNUMAKE correctlyBjoern Michaelsen
2011-09-16adjust toplevel makefileBjoern Michaelsen
2011-09-16rename all to build in top-level makefileBjoern Michaelsen
2011-09-16make check target depend build-order-only on dev-install to allow 'make all ↵Bjoern Michaelsen
dev-install check'
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann
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.
2011-09-14Introduced CHECK_PARALLELISM (and poshed the code up).Stephan Bergmann
2011-09-14Removed solenv/bin/subsequenttests, moved its (improved) content directly ↵Stephan Bergmann
into Makefile.in.
2011-09-13whitelist cppu::.* for nowCaolán McNamara
2011-09-06make install and dev-install build-depend on allBjoern Michaelsen
* this enables "make all dev-install" or "make all install" calls
2011-09-04remove build.pl --gmake option refrences from MakefilePeter Foley
The --gmake option was removed from build.pl in commit 4103138 This patch removes the remaining references from Makefile.
2011-08-30make clean: $INPATH is now directly under solverMiklos Vajna
2011-08-23Remove once again the INSTALLDIR featureFrançois Tigeot
It was reintroduced with a merge from the 3.4 branch
2011-08-22install gdb pretty printersDavid Tardon
2011-08-22Re-run autogen.sh when autogen.lastrun is changed.Jan Holesovsky
2011-08-22Always go through the cross_toolset build.Jan Holesovsky
2011-08-22Don't complain when cross-build-toolkit.built does not exist.Jan Holesovsky
2011-08-19Allow parallel build of the the cross build toolset.Jan Holesovsky
Plus various minor build tweaks.
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