Tor Lillqvist
83c048b89b
Don't check the directories for uniqueness multiple times
...
Wen building a multi-language installer the subroutine
create_unique_directorynames() is called for each language. The same
directory names will be traversed each time. It needs to check the
uniqueness of them only the first time, otherwise it will think every
directory name is repeated.
The check is new, from OOo, but they don't build multi-language
installers so they have not noticed this problem.
The solution is a bit hacky but works.
2011-03-31 14:35:44 +03:00
Petr Mladek
d9d13ce5b8
solenv-dummy-localize-sdf.diff: make the dummy localize.sdf working (i#113389)
2011-03-30 17:30:10 +02:00
Petr Mladek
16da377da8
solenv-installer-lang-filelist-names.diff: avoid double lang string
...
do not print twice the lang name in the filelist
for example, generate gid_Module_Langpack_Basis_es instead of
gid_Module_Langpack_Basis_es.es
2011-03-30 17:23:12 +02:00
Petr Mladek
985532f27c
solenv-installer-cleaner-paths.diff: do not create '.' subdirectories
...
omit './' in paths
2011-03-30 17:19:53 +02:00
Fridrich Štrba
d7c0f54934
Use the right name for a library, so that it knows when we refer to it
2011-03-30 15:00:11 +02:00
Tor Lillqvist
6edca00ebc
Kill solenv/config once more
2011-03-30 15:50:15 +03:00
Tor Lillqvist
da0aa4715e
Move code inserted in previous commit to correct place
2011-03-30 14:40:04 +03:00
Tor Lillqvist
a7c3b749ae
Don't pass a Cygwin path no a non-Cygwin program
2011-03-30 14:00:38 +03:00
Jan Holesovsky
3ffc8fb3f3
Build with no optimizations already with dbglevel == 1.
...
Based on talk with David Tardod, the dbglevels are supposed to be:
0 - product
1 - debug
2 - advanced debug (with additional code)
2011-03-30 10:58:11 +02:00
David Tardon
0e3291b6ff
safer way to set debug level
2011-03-30 07:23:51 +02:00
David Tardon
5bb42850c2
Revert "Default to debuglevel 2 when building with debug=true (using gnu make)."
...
This reverts commit 8fe706327e09764c46dc1813f5e583857fca3d05.
2011-03-30 07:21:33 +02:00
Bjoern Michaelsen
4a27caaed3
enable headless Junit tests and default to that
2011-03-29 21:04:31 +02:00
Jan Holesovsky
a38f3926ed
Default to debuglevel 2 when building with debug=true (using gnu make).
2011-03-29 15:43:56 +02:00
Jan Holesovsky
705bda19e8
Add also Windows version of PACKAGE2 lib.
2011-03-29 14:46:27 +02:00
Peter Jentsch
e57cac9115
added package2 linker flag constant to libs.mk
2011-03-29 14:46:27 +02:00
Petr Mladek
047a74d0e7
use --hash-style=gnu linking when supported
2011-03-29 12:25:46 +01:00
Bjoern Michaelsen
d357546ffd
added gbuild help message
2011-03-28 12:06:38 +02:00
Caolán McNamara
d0d678b46a
overloaded-virtual is a c++ option not a c one
2011-03-28 10:28:31 +01:00
Bjoern Michaelsen
e02579ab73
getting reid of the perl cruft in all
2011-03-28 02:57:15 +02:00
Bjoern Michaelsen
3d12ac1c29
remove old build system cruft from subsequenttests
2011-03-28 02:44:49 +02:00
Bjoern Michaelsen
fb40f4ede7
handle empty JavaClassSets gracefully
2011-03-28 02:28:01 +02:00
Bjoern Michaelsen
b90f400d46
do not depend on an uptodate build for subsequentcheck for now
2011-03-28 02:27:12 +02:00
Bjoern Michaelsen
9f2d6d63ee
no sneaky JAVACOMPILER/JAVAINTERPRETER defaults
...
* we want no sneaky default values for JAVACOMPILER/JAVAINTERPRETER, we have ./configure
2011-03-27 12:43:42 +02:00
Bjoern Michaelsen
0acd9982c0
adding a comment documenting Module.mk
2011-03-27 12:27:05 +02:00
Bjoern Michaelsen
c56ceabe66
adding a comment documenting LinkTarget.mk
2011-03-27 12:09:59 +02:00
Bjoern Michaelsen
8750c4ff00
adding a comment documenting AllLangResTarget.mk
2011-03-27 11:25:59 +02:00
Bjoern Michaelsen
4bf5783b32
fix regression introduced with 37705446d2eec207d9e0e3d39997792229fb8b1f
...
* l10n should now work again (thanks timar for the hint)
2011-03-27 11:05:17 +02:00
Andras Timar
0c4f0a228d
Revert "for l10n, we should actually use the merged files"
...
This reverts commit 58c163ab45d0cf7684a6a5feb0ec0076015bea3f.
2011-03-26 22:13:43 +01:00
Caolán McNamara
1eb0bc70e5
we can build with strict-aliasing with >= 4.6.0 now
2011-03-26 14:37:23 +00:00
Caolán McNamara
4b7bced098
-fno-use-cxa-atexit is dubious IMO
2011-03-26 14:37:23 +00:00
Bjoern Michaelsen
a205f18bb1
for l10n, we should actually use the merged files
2011-03-26 15:22:03 +01:00
Bjoern Michaelsen
0955d9f54c
hacking way to reenable subsequenttests
2011-03-25 18:47:17 +01:00
Luboš Luňák
156471e436
enable -Woverloaded-virtual gcc warning
...
http://lists.freedesktop.org/archives/libreoffice/2011-March/009567.html
2011-03-25 17:37:12 +01:00
Francois Tigeot
e35c8ea9e7
Consolidate all platform/dragonfly-*.mk in a single file.
2011-03-25 16:54:09 +01:00
Francois Tigeot
2bbf77766d
Add support for i386.
2011-03-25 16:46:04 +01:00
Caolán McNamara
fa1d8ddc06
add in the bsds
2011-03-25 12:43:39 +00:00
Caolán McNamara
fd04eb6add
powerpc uses two defs
2011-03-25 12:43:15 +00:00
Caolán McNamara
341efcf5d8
regain support for arm, ppc, s390x etc.
2011-03-25 12:43:15 +00:00
Andras Timar
692b87e521
fix language codes: be-BY -> be, ns -> nso
2011-03-25 13:19:18 +01:00
Bjoern Michaelsen
381d3499a4
fixing installation paths for subsequent tests
2011-03-25 12:40:35 +01:00
Petr Mladek
4dc8b9fd09
search localized strings in the new "translations" module also by GNU make
2011-03-25 12:13:50 +01:00
Petr Mladek
928402389f
search translated strings in the new "translations" module
2011-03-25 12:13:50 +01:00
Fridrich Štrba
23b7e73406
Some realpath foo to build resource files
2011-03-25 10:45:25 +01:00
Fridrich Štrba
f6cc3fd663
Add advapi32 to gd_STDLIBS, since it not linked with by default
2011-03-23 17:35:29 +01:00
Jan Holesovsky
d1862bfe1a
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap
2011-03-23 17:13:20 +01:00
Jan Holesovsky
5f08d6e5a4
Merge commit 'ooo/DEV300_m103'
...
Conflicts:
configure
configure.in
instsetoo_native/util/openoffice.lst
set_soenv.in
solenv/bin/cws.pl
solenv/bin/modules/installer/simplepackage.pm
solenv/gbuild/LinkTarget.mk
solenv/gbuild/extensions/post_PackModule.mk
solenv/gbuild/platform/linux.mk
solenv/gbuild/platform/macosx.mk
solenv/gbuild/platform/windows.mk
solenv/inc/installationtest.mk
solenv/inc/minor.mk
soltools/cpp/_eval.c
2011-03-23 16:58:44 +01:00
Tor Lillqvist
ad6c30fb49
Drop linker switch -DLL, should not be used when linking EXEs
2011-03-23 13:00:05 +02:00
Fridrich Štrba
20eced40ba
Reverting what should be reverted and leaving what should be left
2011-03-22 15:40:08 +01:00
Fridrich Štrba
0e5ecf3c8b
This should not be hurting anybody
2011-03-22 15:02:42 +01:00
Fridrich Štrba
8dbf10024f
oops
2011-03-22 14:18:49 +01:00