Commit graph

294044 commits

Author SHA1 Message Date
Matúš Kukan
0a4d6370b5 Added another missing $, fixes leaking /tmp/gbuild.* files. 2011-09-19 10:58:08 +02:00
Tor Lillqvist
eebcb00ec2 Need doubled dollarsign here it seems for this to actually work as intended 2011-09-19 10:58:08 +02:00
Matúš Kukan
5606c2aac1 process more idl files at once - second part: makefiles 2011-09-19 10:58:08 +02:00
Matúš Kukan
39faeedcf5 process more idl files at once - first part: gbuild 2011-09-19 10:58:08 +02:00
Tor Lillqvist
02c29d0bb2 Drop unused WinFormat function 2011-09-19 10:54:04 +03:00
Tor Lillqvist
d6c245d87c Drop ActiveState Perl support
Why make life harder on purpose? On Cygwin, we support the Cygwin
Perl, period.
2011-09-19 10:48:46 +03:00
Tor Lillqvist
43d7604a23 Avoid reordering elements already in PATH for Cygwin
For instance: If we have /opt/lo/bin in PATH already in front of
/usr/bin, we don't want to put /usr/bin in front of it again.
2011-09-19 10:41:45 +03:00
Tor Lillqvist
410499bd40 Surely /usr/bin already is in PATH on Cygwin
It would be a weird PATH otherwise. (And if that is the case,
presumably there is a good reason for it, then, and we shouldn't force
/usr/bin there.)
2011-09-19 10:24:13 +03:00
Tor Lillqvist
f0d4c09228 Bin weird leftover from OOo's native MinGW thing
I don't see the need to explicitly prefix PATH with /usr/bin in the
generated 'bootstrap' file. Surely /usr/bin is in PATH anyway for any
sane setup, and if there are other directories in front of it in PATH,
that is then on purpose.
2011-09-19 09:50:17 +03:00
Jan Holesovsky
1b428599a3 Fix build with MinGW. 2011-09-19 03:14:32 +02:00
Jan Holesovsky
9804e0ae66 Add a clarifying comment (MinGW special case). 2011-09-19 03:14:31 +02:00
Jan Holesovsky
77347b0bce Forward the num-cpus and max-jobs switches to the (cross) build configure. 2011-09-19 03:14:31 +02:00
Peter Foley
144d22dd8f convert unixODBC to gbuild 2011-09-18 21:01:44 -04:00
Peter Foley
3ecacffe7b change distclean to delete configure generated files 2011-09-18 21:01:14 -04:00
Peter Foley
4aba8d5cec convert eventattacher to gbuild and add to tail_build 2011-09-18 19:18:15 -04:00
Peter Foley
4478b739dd convert bean to gbuild and add to tail_build 2011-09-18 19:17:17 -04:00
Peter Foley
61d6a6b0ef cleanup startup/unix/os2/Makefile on distclean 2011-09-18 18:37:09 -04:00
Peter Foley
165b95bc24 convert twain to gbuild 2011-09-18 16:54:17 -04:00
Peter Foley
aee561af31 convert sane to gbuild 2011-09-18 16:53:10 -04: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
Peter Foley
38fd95ced1 fix link failure on linux if not using libXinerama 2011-09-18 16:49:37 -04:00
Stephan Bergmann
1e605745c1 Honor preset VALGRIND_CFLAGS in configure. 2011-09-18 18:42:44 +02:00
Stephan Bergmann
6c89ab0fdb Removed unhelpful --enable-werror warning. 2011-09-18 17:00:08 +02:00
Andras Timar
7b40d96bd5 typo fix 2011-09-18 13:30:40 +02:00
David Tardon
ebf6d5deba add help 2011-09-18 12:03:34 +02:00
David Tardon
9617a776b4 don't setup gdb printers for regular installation
If someone wants to use them there, he should just run the
install-gdb-script himself.
2011-09-18 12:03:32 +02:00
Tomas Chvatal
9ffff7631f Fix sandbox violation.
This was once was fixed in 3.4. Can't find the commit so doing it again.
2011-09-18 11:42:53 +02:00
Tomas Chvatal
e76fba39d6 Just return, not return 0; as it is void function. 2011-09-18 11:20:44 +02:00
Tomas Chvatal
a7d38f57cc Revert "Remove once again the INSTALLDIR feature"
This reverts commit bf0ea5c4ee.

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-18 11:04:29 +02:00
Peter Foley
0a9486e8f3 fix cross-compilation failure after gbuildization of desktop 2011-09-17 21:52:15 -04:00
Peter Foley
1e928fd948 don't try to cat a non existent Jar manifest 2011-09-17 18:54:32 -04:00
Caolán McNamara
27ba6af823 m4 is a real pain with [], fixes missing themes/icons 2011-09-17 23:20:47 +01:00
Caolán McNamara
ec303dfe52 charset arg doesn't exist anymore, fixes helpex 2011-09-17 23:20:47 +01:00
Caolán McNamara
6c033b649d drop makefile.mk 2011-09-17 23:20:47 +01:00
Caolán McNamara
bca6b33e57 reformat so that numbers are correct 2011-09-17 23:20:46 +01:00
Caolán McNamara
f20bafad82 ditch ByteString::Expand 2011-09-17 23:20:46 +01:00
Caolán McNamara
98f84dfaef simplify this 2011-09-17 23:20:46 +01:00
Caolán McNamara
32b2e810ad use read_uInt8s_AsOString and comphelper::string::padToLength
which allows us to simplify the read in DTable.cxx quite a bit
2011-09-17 23:20:46 +01:00
Caolán McNamara
76092149d0 add a pad and truncate 2011-09-17 23:20:45 +01:00
Caolán McNamara
ba3ac57713 memcpy is of the same length as preceding memset 2011-09-17 23:20:45 +01:00
Bjoern Michaelsen
7fff462959 check make 3.81 for bug 20033 and only disable parallelism if needed 2011-09-17 22:28:35 +02:00
Julien Nabet
02d811071c fdo #37007 Add Math symbol "There does not exist". 2011-09-17 20:38:27 +02:00
Ivan Timofeev
c62fc469aa fdo#38391: don't crash while dropping texture 2011-09-17 19:35:50 +01:00
Tomas Chvatal
1dfe0e7c8d Env.Set.sh -> Env.Host.sh 2011-09-17 18:57:43 +02:00
David Tardon
7104795811 actually create the flag after run 2011-09-17 14:59:09 +02:00
Tomas Chvatal
6a1e292d16 Whitespace once again.
Vim tends to replace 8 spaces with 1 tab, must reconfigure...
2011-09-17 12:57:29 +02:00
Tomas Chvatal
d0c339682a Fix whitespace in last commit, add safeguards for the with-theme values. 2011-09-17 12:56:18 +02:00
Tomas Chvatal
7b502808db Make --with-theme actually work. 2011-09-17 12:46:21 +02:00
Stephan Bergmann
b03f220061 Force JVM into interpreted mode when running under Valgrind, to avoid false error reports. 2011-09-17 10:59:17 +02:00
Stephan Bergmann
fefbf4014c Removed non-ASCII commentary noise. 2011-09-17 10:59:17 +02:00