Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-11 | export BUILDDIR in config_host.mk to allow partial build | Norbert Thiebaud | |
Change-Id: I865a22e48a3125f40de786933ded8a70c0329a39 | |||
2012-12-11 | BUILD_DIR -> BUILDDIR, to be consistent with the other *DIR | Luboš Luňák | |
Change-Id: Ia80a1246a7e3c8862a50a3daf79aba5609b7df3a | |||
2012-12-11 | Prepare for read-only source build | Norbert Thiebaud | |
This patch allows to do mkdir <build_dir> cd <build_dir> <src_root>/autogen.sh make Only the remaining dmake modules are poluting the <src_root>... which will get eventually convererd to gmake... Change-Id: Iefd64732fa12e096d554cff4eee6b777deb92338 Reviewed-on: https://gerrit.libreoffice.org/1273 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> | |||
2011-11-29 | Makefile.in -- die, die, die! | Bjoern Michaelsen | |
2011-11-29 | moved findunusedcode to gbuild | Bjoern Michaelsen | |
2011-11-29 | move install target to gbuild | Bjoern Michaelsen | |
2011-11-29 | these deps are already handled in gbuild | Bjoern Michaelsen | |
2011-11-29 | remove allcheck cruft from Makefile.in | Bjoern Michaelsen | |
2011-11-28 | Use the build.pl parallelism again. | Jan Holesovsky | |
2011-11-28 | some consistent naming cant hurt: cross-build-toolset -> cross_toolset | Bjoern Michaelsen | |
2011-11-28 | more targets moved to gbuild | Bjoern Michaelsen | |
2011-11-28 | move build dev-install cross-build-toolset to gbuild | Bjoern Michaelsen | |
2011-11-28 | moved some more targets to gbuild | Bjoern Michaelsen | |
2011-11-25 | typo | Stephan Bergmann | |
2011-11-25 | dev-install seems to poison the env | Bjoern Michaelsen | |
2011-11-25 | gbuild need no env anymore | Bjoern Michaelsen | |
2011-11-25 | move workaround for old build system to other workarounds | Bjoern Michaelsen | |
2011-11-25 | some hints cleanup | Bjoern Michaelsen | |
2011-11-16 | avoid running autogen.sh when trying to clean or distclean | Norbert Thiebaud | |
2011-11-16 | add utility script and build_env to avoid sourcing Env.Host.sh | Norbert 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-14 | Make the clean-host target really do just that | Tor Lillqvist | |
2011-11-07 | Split clean into clean-host and clean-build targets | Tor Lillqvist | |
2011-10-16 | don't remove "bootstrap" in make distclean | Rene Engelhard | |
2011-10-07 | Advise how to save yourself a rebuild with make dev-install. | Jan Holesovsky | |
2011-10-07 | Indicate that the build was successful, and what to do next. | Jan Holesovsky | |
2011-10-04 | Some 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-29 | Make install-gdb-printers work on Mac OS X. | Stephan Bergmann | |
2011-09-29 | mkdir -p | Caolán McNamara | |
2011-09-28 | target 'all' should be the first one to make it the default one. | Norbert Thiebaud | |
2011-09-23 | Improved Makefile.in dev-install recipe. | Stephan Bergmann | |
2011-09-21 | make findunusedcode target easier | Caolán McNamara | |
2011-09-20 | Remove trailing && | Tomas Chvatal | |
2011-09-18 | change distclean to delete configure generated files | Peter Foley | |
2011-09-18 | don't setup gdb printers for regular installation | David Tardon | |
If someone wants to use them there, he should just run the install-gdb-script himself. | |||
2011-09-18 | Revert "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-17 | another dep needed until we are gbuild-only | Bjoern Michaelsen | |
2011-09-16 | fail early when having mixed build/check targets, also escape GNUMAKE correctly | Bjoern Michaelsen | |
2011-09-16 | adjust toplevel makefile | Bjoern Michaelsen | |
2011-09-16 | rename all to build in top-level makefile | Bjoern Michaelsen | |
2011-09-16 | make check target depend build-order-only on dev-install to allow 'make all ↵ | Bjoern Michaelsen | |
dev-install check' | |||
2011-09-16 | Simplified 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-14 | Introduced CHECK_PARALLELISM (and poshed the code up). | Stephan Bergmann | |
2011-09-14 | Removed solenv/bin/subsequenttests, moved its (improved) content directly ↵ | Stephan Bergmann | |
into Makefile.in. | |||
2011-09-13 | whitelist cppu::.* for now | Caolán McNamara | |
2011-09-06 | make install and dev-install build-depend on all | Bjoern Michaelsen | |
* this enables "make all dev-install" or "make all install" calls | |||
2011-09-04 | remove build.pl --gmake option refrences from Makefile | Peter Foley | |
The --gmake option was removed from build.pl in commit 4103138 This patch removes the remaining references from Makefile. | |||
2011-08-30 | make clean: $INPATH is now directly under solver | Miklos Vajna | |
2011-08-23 | Remove once again the INSTALLDIR feature | François Tigeot | |
It was reintroduced with a merge from the 3.4 branch | |||
2011-08-22 | install gdb pretty printers | David Tardon | |
2011-08-22 | Re-run autogen.sh when autogen.lastrun is changed. | Jan Holesovsky | |