Commit graph

3225 commits

Author SHA1 Message Date
Korrawit Pruegsanusak
27164d2288 if build fail, show broken module name
This solves http://lists.freedesktop.org/archives/libreoffice/2012-February/025772.html
2012-03-07 14:54:45 +07:00
Tor Lillqvist
1f41d7b024 Cosmetics: Format code consistently 2012-03-07 07:35:31 +02:00
Tor Lillqvist
4097892495 Add Emacs and vim mode lines 2012-03-07 07:35:29 +02:00
Tor Lillqvist
7c83312ccd Just skip non-existent files 2012-03-07 07:35:28 +02:00
Andras Timar
07cf4a4a21 we always use relative paths in ddf files 2012-03-06 21:17:00 +01:00
Tor Lillqvist
921902ead7 Handle consecutive slashes before ".." 2012-03-05 20:55:27 +02:00
Andras Timar
802616ed2d whitespace only, no code change 2012-03-02 11:03:29 +01:00
Andras Timar
0f56302890 fdo#46181 Use Traditional Chinese installer for zh-HK and zh-MO locales
Microsoft Installer thinks that it is a good idea to fall back to zh-CN
from zh-HK and zh-MO. It is wrong, because zh-CN uses Simplified Chinese
zh-HK and zh-MO use Traditional Chinese. So we need to fall back to zh-TW.
2012-03-02 10:51:44 +01:00
Stephan Bergmann
7c4f2ec8a7 Simplify install name handling for external libraries on Mac OS X
...by allowing our special @___... tokens anywhere within an install name,
so that external modules can configure --prefix=/@___... etc.  This removes
the need for the special extshl and EXTRPATH=LOADER.  Also, a new
OUT2BIN_NONE can be used for external modules where the generated libraries
need the default EXTRPATH=OOO, but generated executables are only used
during the build and such need RPATH=NONE.
2012-02-29 18:46:38 +01:00
Michael Meeks
10512ce508 build.pl: add a warning about the cost of: make tail_build.clean 2012-02-28 14:55:32 +00:00
Korrawit Pruegsanusak
7506e70e35 Tabs to spaces, no code changed 2012-02-23 22:58:03 +07:00
Caolán McNamara
249059454f Revert "Replace installer::parameter::make_absolute_path."
This reverts commit 8b65b2a384.

Because windows install sets didn't get generated afterwards,
possibly due to cygwin absolute path complexity
2012-02-23 14:34:04 +00:00
Stephan Bergmann
55cece2252 Add shl/LOADER/URELIB to make --without-sytem-libxml work on Mac OS X
I doubt that the "LOADER" token is needed at all, but will investigate that
later.
2012-02-23 12:48:37 +01:00
Tim Retout
617c914016 Remove unnecessary $run variable from installer. 2012-02-22 22:54:16 +00:00
Tim Retout
f05664d182 Remove another form of debug logging from the installer. 2012-02-22 22:16:35 +00:00
Tim Retout
9eb6527dae Re-enable errors for help pack files with no source. 2012-02-22 19:57:13 +00:00
Michael Meeks
f3d9913a90 add cleaned up / improved warning for broken environment 2012-02-22 09:44:37 +00:00
Cor Nouws
81fc5e9208 removed check on need to run Env.Host.sh first 2012-02-22 09:42:02 +00:00
Tim Retout
37b0805a8c Remove unused subs from installer::epmfile. 2012-02-21 18:33:20 +00:00
Tim Retout
145a69f5df Remove unused save functions from various Perl modules. 2012-02-21 18:33:15 +00:00
Bjoern Michaelsen
43eefa11eb pythonloader.uno.so, libpyuno and pyuno are duplicates for linkoo too 2012-02-21 18:10:14 +01:00
Andras Timar
24f63831af remove cleanzip.pl
The issue it solves does not exist in our build environment.
https://issues.apache.org/ooo/show_bug.cgi?id=98365
The script removed g+s attributes from directories in zip files.
2012-02-20 20:39:01 +01:00
Tim Retout
8b65b2a384 Replace installer::parameter::make_absolute_path. 2012-02-20 11:30:41 +00:00
Tim Retout
621896fb55 Avoid using installer::parameter in installer::ziplist 2012-02-20 11:30:39 +00:00
Tim Retout
f0be445556 Remove unused pre2par::parameter::make_path_absolute 2012-02-20 11:30:39 +00:00
Stephan Bergmann
73da209a27 Do not remove the destdir prefix in any case
708def7d94 made that code conditional on !$do_link
so that it worked right for the case where making dev-install calls ooinstall
-l.  However, that code now starts to fail also in the --disable-linkoo case
(where building dev-install calls ooinstall w/o -l).  I have no idea whether
that code serves any real purpose in any actual use case, so remove it
completely for now.
2012-02-20 11:11:49 +01:00
Norbert Thiebaud
4d0a05e939 build_env is obsolete now 2012-02-18 18:41:02 -06:00
Tim Retout
97862219d6 Remove installer debug logging.
The -debug option to make_installer.pl is not usually called; it logs
function calls at various points during the installer.  However, it is
not used consistently within the code, and the same information can be
obtained via the Perl debugger or profiling tools.
2012-02-18 14:37:23 +00:00
Tim Retout
1994b8c1d1 Remove installer::existence. 2012-02-18 09:40:57 +00:00
Tim Retout
26f3aaa28c Remove installer::existence::get_specified_file. 2012-02-18 09:40:56 +00:00
Tim Retout
fcac6ce731 Remove installer::existence::get_specified_file_by_name. 2012-02-18 09:40:56 +00:00
Tim Retout
6e07845a00 Remove installer::existence::exists_in_array. 2012-02-18 09:40:55 +00:00
Tim Retout
94446db8df Remove installer::existence::exists_in_array_of_hashes. 2012-02-18 09:40:54 +00:00
Tim Retout
e49ebe2f09 Use Exporter in installer::setupscript and add unit test. 2012-02-18 09:40:54 +00:00
Tim Retout
bf6e2d4ccf Remove packager::existence, and clean up packager::work. 2012-02-18 09:40:53 +00:00
Tim Retout
c866c25f26 Use Exporter in packager::work and add unit test. 2012-02-18 09:40:52 +00:00
Tim Retout
c5f9f099ad Remove unused pre2par::existence. 2012-02-18 09:40:52 +00:00
Tim Retout
19bc8814f1 Remove unused par2script::existence. 2012-02-18 09:40:51 +00:00
Tim Retout
04e1010fd7 Remove unused save_logfile_after_linking from installer::worker 2012-02-17 14:28:34 +00:00
Tim Retout
2492b26bb7 Remove unused unpack_all_targzfiles_in_directory from installer::worker 2012-02-17 14:28:34 +00:00
Tim Retout
8b389383dc Remove unused checksum subs from installer::worker 2012-02-17 14:28:33 +00:00
Tim Retout
2efa9f5124 Remove unused install_sets subs from installer::worker 2012-02-17 14:28:33 +00:00
Tim Retout
ce7c5a6062 Remove unused solaris subs from installer::worker 2012-02-17 14:28:33 +00:00
Tim Retout
0aeeebe517 Remove unused md5sum subs from installer::download 2012-02-17 14:28:32 +00:00
Tim Retout
76ffd9e6bf Replace installer::logger::include_header_into_globallogfile. 2012-02-17 14:26:20 +00:00
Tim Retout
c2ece9e23d Move global starttime into installer::logger 2012-02-17 14:26:19 +00:00
Tim Retout
f2808e15b4 installer::logger: Remove temporary variable. 2012-02-17 14:26:19 +00:00
Tim Retout
04134e94af Use Exporter in installer::logger.
Also rename private subroutines to start with an underscore.
2012-02-17 14:26:18 +00:00
Tim Retout
094c3e91be Remove unreferenced subroutines from installer::logger 2012-02-17 14:26:18 +00:00
Tim Retout
d6adf7c7b3 Inline and remove installer::sorter 2012-02-17 14:25:36 +00:00