Commit graph

82 commits

Author SHA1 Message Date
Will Thompson
c80787cd82 tubes: Give a useful error when test-config.ini is missing. 2012-07-17 16:39:30 +02:00
Matúš Kukan
e9e3bd0659 do not hide .patch files
to hide more, try git config --global core.excludesfile

Change-Id: I1da4131b943a962797a1f389554139e87fe074bc
2012-07-16 07:28:32 +02:00
Artur Dorda
1ae18926df Added dumping [property] FillTransparence and ignoring .patch files
Change-Id: I676a811a618b381f4a99010e40fdf1627cea7067
2012-07-12 03:10:00 +02:00
Luboš Luňák
dc3ea99bd0 add autogen.lastrun.bak to .gitignore 2012-03-16 20:11:54 +01:00
Norbert Thiebaud
fb30190911 do not hide patch-related file (.orig .rej)
If you want to hide them, add the rule in you local git set-up.
see git config --global core.excludesfiles fo more info
2012-02-18 18:41:03 -06:00
Norbert Thiebaud
909cd34b7b coup de grace for Env.Host.sh and associated files 2012-02-05 19:34:05 -06:00
Norbert Thiebaud
fd9366c85c prep work to eliminated Env.*.sh, introduce config_{host,build}.mk
This introduce config_host.mk and config_build.mk
generated from config_host.mk.in
The intent is for that file to be both sourcable in a shell and includable
in a gnu Makefile.
Eventually all the environment set-up will be in config_host.mk.in
and so there won't be a need to source anything in shell before make.
2011-12-24 21:42:08 -06:00
Peter Foley
4862b48b4d ignore concat-deps on cygwin 2011-12-20 12:15:32 -05:00
Peter Foley
2dfdf47b59 ignore merge modules 2011-12-20 12:06:32 -05:00
Michael Stahl
e0c780d3c2 .gitignore: better VIM swp pattern 2011-12-19 18:23:03 +01:00
Norbert Thiebaud
e3e94f141e use a c-version of concat-deps.pl
This touch configure.in with a trivial space removal to force a
./bootstrap on the tinderboxes

This make ./bootstrap build a 'build-side' executable concat-deps
and modify LinkTarget.mk to use it instead of concat-deps.pl

The impact is a conservative x10 times improvement in both elapsed and
cpu time in overhead due to DEP generations.


time make -sr build in tail_build after removing
workdir/$INPATH/Dep/LinkTarget/Library/*

(all on Intel X3360, 2.83GHz, 4-core)

before:
elapsed: 116.5 cpu: 115.9
after
elapsed: 24.3 cpu: 23.9
base (no dep processing, i.e no rm of Dep/...)
elapsed: 17.5 cpu: 17.4
overhead ratio:
elapsed: 14.5x cpu: 15x

same with -j6
before:
elapsed: 47 cpu: 116
after:
elapsed: 20.8 cpu: 24
base:
elapsed: 17.5 cpu: 17.5
overhead ratio:
elapsed: 9x cpu: 15x

Note: for now the executable is generated directly in the source tree
(in solevn/bin ). That is not ideal. It and other similar polution
should be moved, to workdir most likely..
For now we just hide the mess under the .gitignore carpet
2011-12-17 10:54:45 -06:00
Tor Lillqvist
d6723c4efa Add .DS_Store 2011-12-12 22:15:02 +02:00
Bjoern Michaelsen
80f27b43e1 Makefile.in -- die, die, die! 2011-11-29 17:25:14 +01:00
Caolán McNamara
02d946fae5 gitignore debugging droppings 2011-11-16 13:24:06 +00:00
Norbert Thiebaud
cb70868bda add utility script and build_env to avoid sourcing Env.Host.sh
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-16 06:18:53 -06:00
Michael Stahl
d5f0b174d6 .gitignore: do not ignore *.patch 2011-11-15 20:52:00 +01:00
Michael Meeks
ea9915a550 hush more kinds of file types 2011-11-07 14:19:34 +00:00
Caolán McNamara
dde2c5e5dc ignore callcatcher dirs 2011-10-18 13:58:57 +01:00
Caolán McNamara
5e0e2517f9 ignore libxslt .memdump and LibO lock files 2011-10-10 20:27:59 +01:00
Peter Foley
b64bc8b4b3 ignore downloaded extensions 2011-10-07 23:03:44 +00:00
Norbert Thiebaud
aa09a9b77d bootstrap.1 is not usefull anymore use bootsrap directly 2011-10-07 15:27:32 -05:00
Tomas Chvatal
b6d2ac0148 Add pspfontcache to gitignore. 2011-10-03 12:15:18 +02:00
Tor Lillqvist
7c7d6ff8fa Ignore the MSVC vc90.pdb files 2011-09-21 12:59:58 +03:00
Tomas Chvatal
a6f311ac01 Add file-lists/ folder to gitignore. 2011-09-20 18:25:51 +02:00
Tomas Chvatal
25fd1b81b1 Ignore config.params file. 2011-09-19 20:35:05 +02:00
Peter Foley
8f07feaa6e Remove config.parms
The functionality provided by config.parms (saving the arguments given to
configure) has been superseded by autogen.lastrun.
2011-09-18 16:51:08 -04:00
David Tardon
ab5ce3f70a make the needed change to soffice.sh at configure time 2011-09-15 14:48:05 +02:00
Peter Foley
dfa4249d80 clean visibility.cxx
The visibility configure test failed to clean up visibility.cxx.
This patch fixes that.
2011-09-06 20:09:47 -05:00
Cédric Bosdonnat
7c4b75cfea Ignore pyc files in git 2011-08-29 11:32:12 +02:00
David Tardon
10f30ae4c8 ignore obsoleted builddirs 2011-08-29 07:46:30 +02:00
David Tardon
298e9a2b7e ignore compiled python objects for gdb pretty printers 2011-08-29 07:44:03 +02:00
Korrawit Pruegsanusak
5ef39aa412 Add build_error.log to .gitignore 2011-08-28 10:26:22 -05:00
Jan Holesovsky
81ca6d858b Allow parallel build of the the cross build toolset.
Plus various minor build tweaks.
2011-08-19 15:36:18 +02:00
Tor Lillqvist
6034e6aac0 Add the external dlls, exes etc 2011-08-16 10:20:22 +03:00
Norbert Thiebaud
4076bcb42c adjust .gitignore for new combined repo 2011-08-06 13:07:54 -05:00
Norbert Thiebaud
82f0ba7e98 git ignore workdir and clean it on make clea 2011-07-26 21:24:53 -05:00
Tor Lillqvist
c8144f0de4 Add Env.Host.sh, drop the old *.Set.sh 2011-07-26 12:06:33 +03:00
Tor Lillqvist
e0def18273 Add post_download.log and Env.Build.sh 2011-06-12 00:02:52 +03:00
Jan Holesovsky
05add37b0a Ignore installation dirs in instsetoo_native. 2011-06-01 16:57:47 +02:00
Jan Holesovsky
ca907e0220 Merge remote-tracking branch 'origin/integration/dev300_m106'
Conflicts:
	Makefile.in
	Repository.mk
	autogen.sh
	bin/lo-commit-stat
	configure.in
	distro-configs/LibreOfficeOpenBSD.conf
	distro-configs/LibreOfficeWin32.conf
	instsetoo_native/util/openoffice.lst
	ooo.lst.in
	scp2/source/ooo/module_langpack.ulf
	set_soenv.in
	solenv/bin/ooinstall
	solenv/gbuild/CppunitTest.mk
	solenv/gbuild/Library.mk
	solenv/gbuild/LinkTarget.mk
	solenv/gbuild/TargetLocations.mk
	solenv/gbuild/platform/macosx.mk
	solenv/gbuild/platform/solaris.mk
	solenv/gbuild/platform/unxgcc.mk
	solenv/gbuild/platform/windows.mk
	solenv/inc/minor.mk
	solenv/inc/settings.mk
	tail_build/prj/makefile.mk
2011-05-27 20:39:04 +02:00
Tor Lillqvist
f0469a72d3 Add the wntgcc directories 2011-05-19 00:40:35 +03:00
Niko Rönkkö
9f5de9cb4f Add config.guess to .gitignore
Added pattern '/config.guess' to gitignore file.
2011-05-18 20:48:54 +01:00
Tor Lillqvist
a5436c9794 Add libvisio 2011-05-18 22:48:44 +03:00
Tor Lillqvist
84fbaed77d More cross-compiling work
AC_SUBST also EXEEXT_FOR_BUILD and use that in Makefile.in.

As winemv.set.sh is now called WindowsMSVCEnv.Set.sh, with capital E
and S like all the others, we can simplify the glob pattern for the
Set.sh file.

Don't attempt to download and/or run unpackers for dependencies
relevant only when using MSVC if using MinGW.

Misc other Windows host vs. build fixes.
2011-05-17 02:22:19 +03:00
Tor Lillqvist
847e217bf9 Add Android directories 2011-05-16 00:00:52 +03:00
Tor Lillqvist
15ea271022 Add iOS directories 2011-05-13 20:52:29 +03:00
Joseph Powers
8c81266fba Add /instsetoo_native to .gitignore 2011-05-07 17:39:13 -07:00
Jan Holesovsky
35c8848410 Update .gitignore with the new modules. 2011-04-29 19:23:22 +02:00
Andras Timar
e55e6230dd ignore generated ooo.lst 2011-04-26 10:29:31 +02:00
Petr Mladek
97dd6dd6f8 add ct2n and translations into .gitignore 2011-04-01 14:31:48 +02:00