Commit graph

56 commits

Author SHA1 Message Date
Tor Lillqvist
b384b734d8 Use DLLTOOL variable instead of hardcode dlltool 2011-06-18 01:16:39 +03:00
Tor Lillqvist
97fbfbca15 Use COMMAND_ECHO 2011-06-18 00:01:32 +03:00
Tor Lillqvist
67c0847fa9 MinGW fixes for DLL creation 2011-05-18 02:50:40 +03:00
Tor Lillqvist
20ba3c4ae8 Kill OS/2 stuff 2011-04-15 14:08:09 +03:00
Vladimir Glazounov
e89f88f7f1 CWS-TOOLING: integrate CWS buildverbosity
2009-10-13 15:51:48 +0200 fs  r276867 : allow building with 'nodep'==''
2009-10-11 22:39:56 +0200 fs  r276820 : silence a compiler warning in a file only used when VERBOSE!=""
2009-10-09 14:37:43 +0200 fs  r276807 : let not override the non-presence of $VERBOSE the given command line arguments
2009-10-09 14:36:25 +0200 fs  r276806 : also deliver spirit/home/classic/debug/impl
2009-10-08 13:38:07 +0200 fs  r276789 : not that many line feeds in --show mode
2009-10-08 13:13:01 +0200 fs  r276788 : minor adjustments requested by hjs:
- replaced space/tab mixes at beginning of lines with mere tab
- made "nothing to update" message for the ZIPALLTARGET target more prominent
- removed useless "echo > /dev/nul" statements
2009-10-07 13:32:12 +0200 fs  r276753 : #i105585#
2009-10-07 11:31:59 +0200 fs  r276742 : #i10000# missing dependency between stoc/security and stoc/util
2009-10-06 22:59:59 +0200 fs  r276729 : CWS-TOOLING: rebase CWS buildverbosity to trunk@276699 (milestone: DEV300:m61)
2009-09-29 12:04:58 +0200 fs  r276518 : #i10000#
2009-09-29 12:04:25 +0200 fs  r276517 : oops
2009-09-29 12:01:07 +0200 fs  r276516 : #i84497# removed some more (non-diagnostic) 'echo ------' directives
2009-09-29 11:59:29 +0200 fs  r276515 : #i84497# removed some more (non-diagnostic) 'echo ------' directives
2009-09-29 11:52:32 +0200 fs  r276514 : #i84497# removed the various 'echo ------------' directives from verbose mode, as per hjs' request
2009-09-29 11:44:16 +0200 fs  r276513 : do not duplicate IDLC call commands with different verbosity switches
2009-09-28 21:43:50 +0200 thb  r276502 : #i84497# fixed potential recursive macro def + extra ls
 * solenv/inc/settings.mk: now setting via VERBOSE!:=, removes warning
   and my spurious "recursive macro definition" error
 * solenv/inc/tg_app.mk: one extra ls silenced for app target (and 
   quiet mode, that goes without saying)
2009-09-23 08:57:01 +0200 fs  r276366 : use ULFEX_VERBOSITY instead of duplicating the ULFEX call
2009-09-21 11:42:26 +0200 fs  r276320 : ignore output paths
2009-09-21 11:04:27 +0200 fs  r276318 : silence another compiler warning, which only hits us when actually using this (debug) file, which is the case only when slideshow is compiled with a env variable VERBOSE, thus came up in CWS buildverbosity
2009-09-21 10:30:14 +0200 fs  r276313 : make some output depend on VERBOSE==TRUE, not COMMAND_ECHO=""
While both are equivalent at the moment, COMMAND_ECHO finally is an implementation
default of the VERBOSE flag only, so better rely on VERBOSE as the primary verbosity flag
2009-09-21 09:56:57 +0200 fs  r276311 : forgot to re-generate from tg_zip before committing
2009-09-21 09:52:11 +0200 fs  r276310 : #i84497# even less verbosity
2009-09-17 11:02:47 +0200 fs  r276232 : #i84497# verbose implies VERBOSE nowadays, and VERBOSE==FALSE should not lead to -DVERBOSE
2009-09-15 22:59:37 +0200 fs  r276189 : #i105022# copy fix for this P1 into this CWS
2009-09-15 11:56:35 +0200 fs  r276165 : CWS-TOOLING: rebase CWS buildverbosity to trunk@276043 (milestone: DEV300:m58)
2009-09-14 17:45:10 +0200 fs  r276137 : #i84497# don't duplicate zip lines w/ and w/o -q switch, use a variable instead (maintenance)
2009-09-14 15:01:33 +0200 fs  r276124 : #i10000#
2009-09-11 23:58:46 +0200 thb  r276083 : #i84497#: More quiet-build fine tuning
 - silenced rsc for real (properly filtering options for 
   cpp, and a pretty brutal amputation of the tool blurp,
   which would have needed cmd opt parser duplication)
 - silenced deliver.pl
 - silenced checkdll.sh
 - silenced zip via -q (in quiet mode)
 - silenced various idl, resource, transex whatever tool,
   passing appropriate options down to them '-QQ' sometimes
 - silenced dmake, pointless blurb that something does *not*
   need update removed
 - silenced the old starview idl compiler, to not output
   tool's name & progress chars in quiet mode
2009-09-11 21:13:59 +0200 thb  r276081 : #i84497#: More bits on the quiet mode of the build.
The bulk of the changes is disabling those annoying 
"echo ------------------" lines for the quiet build,
which has the stretch goal of outputting *exactly*
one line per file compiled/linked/processed.
Apart from that, silenced a few especialy annoying
module-specific makefiles (basically adding 
$(COMMAND_ECHO) in front of a gazillion rules).
Additionally, slightly tweaked what idlc regards
verbose, normal, and quiet mode; this was to have it
echo exactly one line per idl file processed (the
fact that quiet mode did not echo *anything* for idl
files was a bit too much for my taste) 
2009-09-04 09:14:35 +0200 fs  r275777 : don't emit the link parameters if VERBOSE!=TRUE
2009-09-02 10:31:15 +0200 fs  r275700 : #i10000#
2009-09-02 08:44:14 +0200 fs  r275697 : update svn:ignore to ignore the output paths
2009-09-02 08:40:54 +0200 fs  r275695 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:40:28 +0200 fs  r275694 : GRAPHITE is missing in the BUILD_TYPE
2009-09-02 08:40:05 +0200 fs  r275693 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:39:25 +0200 fs  r275692 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:39:02 +0200 fs  r275691 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:38:09 +0200 fs  r275690 : #i84497# less verbose output during build
2009-09-02 08:37:06 +0200 fs  r275689 : #i84497# don't emit that much noise, unless a '-verbose' switch is given
2009-10-21 10:43:22 +00:00
Oliver Bolte
ae0228cdb3 CWS-TOOLING: integrate CWS kick4nt 2009-09-07 13:35:07 +00:00
Vladimir Glazounov
f09524dfff CWS-TOOLING: integrate CWS mingwport22
2009-08-19 16:18:46 +0200 tono  r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh
2009-08-05 12:27:41 +0200 tono  r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54)
2009-08-01 00:56:35 +0200 tono  r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll
2009-07-27 00:13:27 +0200 tono  r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll
2009-07-25 06:19:59 +0200 tono  r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static"
2009-07-25 06:13:56 +0200 tono  r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread
2009-07-25 06:05:22 +0200 tono  r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section
2009-07-25 05:54:09 +0200 tono  r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope
2009-07-25 05:44:58 +0200 tono  r274328 : i#103799: mingw gcc-4.4.0 port: add some #include
2009-07-25 05:33:09 +0200 tono  r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path
2009-07-25 05:24:42 +0200 tono  r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge
2009-07-25 05:16:20 +0200 tono  r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll
2009-07-25 04:01:59 +0200 tono  r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh
2009-07-25 02:44:01 +0200 tono  r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging
2009-07-25 02:28:21 +0200 tono  r274321 : i#103791: mingw port fix typo
2009-08-26 06:36:38 +00:00
Ivo Hinkelmann
3d86aa935d CWS-TOOLING: integrate CWS ause102
2009-06-16 19:22:59 +0200 hjs  r273039 : #i102607# don't kill mingw
2009-06-12 15:17:22 +0200 ihi  r272921 : #i102607# add path before calling l10n tool
2009-06-11 14:25:20 +0200 hjs  r272873 : #i102607# on EPM=internal call binary with full path
2009-06-10 13:35:48 +0200 hjs  r272807 : #i102607# remove solver PATH entry from OOo env.
2009-06-10 12:10:44 +0200 hjs  r272802 : #i102635# correct dependencies for all
2009-06-10 11:58:53 +0200 hjs  r272801 : #i102607# call tools from solver with absolute path
2009-06-16 18:11:49 +00:00
Vladimir Glazounov
a8430dc185 CWS-TOOLING: integrate CWS mingwport17
2009-02-02 09:09:07 +0100 tono  r267246 : i#98723#: Less conditionals in libs.mk for mingw
2009-02-02 09:06:03 +0100 tono  r267244 : i#98722#: Skip building ldump in mingw
2009-02-02 09:04:05 +0100 tono  r267243 : i#98721#: Improve symbol extraction in mingw
2009-02-02 09:02:07 +0100 tono  r267242 : i#98720#: Improve strip performance in mingw
2009-02-02 08:59:36 +0100 tono  r267241 : i#98719#: Copy mingw multithread runtime in external
2009-02-02 08:55:09 +0100 tono  r267240 : i#98718#: Cleanup cygwin workaround for mingw
2009-02-02 08:53:33 +0100 tono  r267239 : i#98718#: Cleanup cygwin workaround for mingw
2009-02-02 08:50:36 +0100 tono  r267237 : i#98717#: Avoid MSVC version check in mingw configure
2009-01-28 22:28:53 +0100 tono  r267088 : i#97608#: Remove Guiddef.h inclusion
2009-01-28 22:24:23 +0100 tono  r267087 : i#96980#: cairo dll name is different in mingw build
2009-01-28 22:19:19 +0100 tono  r267086 : i#96731#: MinGW port fro embedserv update
2009-03-12 22:38:26 +00:00
Oliver Bolte
70b5b6e996 INTEGRATION: CWS os2port03 (1.42.6); FILE MERGED
2008/07/16 12:19:26 obr 1.42.6.4: RESYNC: (1.43-1.46); FILE MERGED
2008/04/15 14:37:58 ydario 1.42.6.3: Issue number:  i85203
Submitted by: ydario
Reviewed by: ydario
2008/01/15 13:51:59 obr 1.42.6.2: RESYNC: (1.42-1.43); FILE MERGED
2008/01/15 09:36:37 ydario 1.42.6.1: os2 build system makefile changes.
Issue number:i85203
Submitted by:ydario
2008-07-22 15:47:41 +00:00
Rüdiger Timm
d83d4286dc INTEGRATION: CWS shutup2 (1.45.28); FILE MERGED
2008/05/22 09:57:32 rt 1.45.28.1: #i86502# avoid unnecessary output
2008-06-06 10:58:20 +00:00
Oliver Bolte
d1f1fbb511 INTEGRATION: CWS winordinals (1.44.86); FILE MERGED
2008/03/07 14:56:14 vg 1.44.86.1: #i86800# switch to symbol-exporting scheme
2008-03-25 13:21:02 +00:00
Oliver Bolte
b7730c6cee INTEGRATION: CWS mingwport09 (1.43.56); FILE MERGED
2007/12/11 11:30:15 vg 1.43.56.1: #i83133# catch-up fixes for MinGW port
2008-01-04 15:15:57 +00:00
Rüdiger Timm
88bf69fcc5 INTEGRATION: CWS execshellmacrogone (1.40.8); FILE MERGED
2007/10/24 08:34:38 rene 1.40.8.2: RESYNC: (1.40-1.42); FILE MERGED
2007/10/24 06:35:44 rene 1.40.8.1: #i79760# krs patches for supressing "Executing shell macro..." output
2007-11-06 14:43:39 +00:00
Kurt Zenker
a0ca6c7168 INTEGRATION: CWS mingwport06 (1.41.42); FILE MERGED
2007/08/28 15:58:23 vg 1.41.42.2: #i80359# MinGW port efforts
2007/08/27 15:49:03 vg 1.41.42.1: #i80359# MinGW port efforts
2007-09-06 12:39:54 +00:00
Oliver Bolte
cb270ee9fd INTEGRATION: CWS mingwport05 (1.38.28); FILE MERGED
2007/06/25 14:56:06 vg 1.38.28.1: #i78267# MinGW port efforts
2007-07-17 06:23:43 +00:00
Jens-Heiner Rechtien
e689b74b34 INTEGRATION: CWS ause079 (1.37.2); FILE MERGED
2007/06/11 14:37:06 hjs 1.37.2.2: RESYNC: (1.37-1.38); FILE MERGED
2007/05/22 11:22:49 hjs 1.37.2.1: #i77083# support SHLnUSE_EXPORTS=name
2007-06-27 16:49:16 +00:00
Jens-Heiner Rechtien
bfdef9b5d1 INTEGRATION: CWS ause081 (1.38.22); FILE MERGED
2007/06/22 12:45:36 hjs 1.38.22.1: #i78393# remove generation of description object file
2007-06-26 16:33:20 +00:00
Vladimir Glazounov
33370331bd INTEGRATION: CWS mingwport04 (1.36.28); FILE MERGED
2007/05/14 11:34:34 vg 1.36.28.2: #i75844# MinGW port efforts part II
2007/05/04 09:54:59 vg 1.36.28.1: #i75844# MinGW port efforts part II
2007-05-25 09:51:21 +00:00
Kurt Zenker
493a73cf4f INTEGRATION: CWS pchfix04 (1.32.4); FILE MERGED
2007/04/25 20:42:06 hjs 1.32.4.3: RESYNC: (1.33-1.36); FILE MERGED
2007/02/02 10:45:44 hjs 1.32.4.2: #i72289# missed one place for multi-lib suppert
2007/02/02 09:55:53 hjs 1.32.4.1: #i72289# multiple libs for export detection to avoid hitting a filesize limit for .lib files with changed debug switches
2007-05-10 14:10:23 +00:00
Vladimir Glazounov
be65ee7cf2 INTEGRATION: CWS mingwport03 (1.33.56); FILE MERGED
2007/03/21 13:21:26 vg 1.33.56.1: #i53572# unrolled
2007-03-26 13:15:49 +00:00
Oliver Bolte
2255f9446d #i10000# undo last change 2007-03-15 18:12:08 +00:00
Oliver Bolte
7923352338 INTEGRATION: CWS basmgr02 (1.32.2); FILE MERGED 2007-03-15 15:56:36 +00:00
Rüdiger Timm
9a1696c678 #i10000# .def generation on 4nt on MWS only worked for one SHLTARGET. 2007-02-01 08:59:53 +00:00
Hans-Joachim Lankenau
5212e4b0c6 #i10000# .def generation on 4nt still worked on MWS builds only... 2007-01-29 10:44:56 +00:00
Hans-Joachim Lankenau
8499b7b3d8 #i10000# .def generation on 4nt worked on MWS builds only... 2007-01-29 09:52:01 +00:00
Hans-Joachim Lankenau
c3464ee6c5 #i10000# cutting additional + sign 2007-01-25 17:40:25 +00:00
Oliver Bolte
5271c085bf INTEGRATION: CWS ause069 (1.28.2); FILE MERGED
2006/10/11 12:36:21 hjs 1.28.2.1: #i70359#: removing + sign in targets; adding to tool macro if required
2007-01-25 11:49:09 +00:00
Kurt Zenker
9ee84dfb66 INTEGRATION: CWS ause068 (1.27.112); FILE MERGED
2006/09/15 13:26:31 hjs 1.27.112.1: #i69536# don't force shell for echo
2006-10-05 09:34:24 +00:00
Ivo Hinkelmann
1112e65775 INTEGRATION: CWS ause036 (1.26.306); FILE MERGED
2005/08/17 11:50:19 hjs 1.26.306.1: #i50255# remove wrarnings and a bit cleanup
2006-06-29 10:19:39 +00:00
Jens-Heiner Rechtien
b110c1c8dc INTEGRATION: CWS ause012 (1.25.26); FILE MERGED
2004/11/05 17:32:13 hjs 1.25.26.1: #i34454# make .def files phony on demand
2004-12-10 17:02:36 +00:00
Rüdiger Timm
3e3e392c86 INTEGRATION: CWS tune03 (1.24.62); FILE MERGED
2004/07/21 12:44:37 hjs 1.24.62.3: #i29979# fix different modes *.def creation
2004/07/20 17:54:32 hjs 1.24.62.2: #29979# don't leave *.def if aborted; still allow filtering
2004/07/20 10:24:38 hjs 1.24.62.1: #29979# SHLnUSE_EXPORTS must be ordinal, name or empty now
2004-08-23 08:16:48 +00:00
Rüdiger Timm
752a845c64 #i10000# Last change didn't work correctly in hamburg windows environment. 2004-03-04 16:19:16 +00:00
Rüdiger Timm
f1d62c5197 INTEGRATION: CWS ause07 (1.22.96); FILE MERGED
2003/12/19 13:06:50 hjs 1.22.96.1: #i9399# changed BUILD_SOSL into BSCLIENT
2004-03-02 10:32:41 +00:00
Jens-Heiner Rechtien
eb62b06be2 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-27 10:48:49 +00:00
Hans-Joachim Lankenau
867c00325b #102372# prevent writing in defs/* if locking fails 2002-08-15 14:42:40 +00:00
Hans-Joachim Lankenau
dc7bcaaec8 #100000# avoid exportlist writing if not lock owner 2002-08-12 14:30:10 +00:00
Hans-Joachim Lankenau
3c29f4e4df #100000# unique string support to determine owner of lockfile 2002-08-09 17:04:24 +00:00
Hans-Joachim Lankenau
da71900ef8 force shell as meta char not recognized 2002-04-16 10:42:08 +00:00
Hans-Joachim Lankenau
5412e19180 win32 tcsh 2002-04-08 16:06:40 +00:00
Hans-Joachim Lankenau
76d3afd79c use variable LIBMGR; ldump parameters with delimite variable 2002-03-27 15:18:11 +00:00
Hans-Joachim Lankenau
5ecc63c57f #65293# don't use locking when ldump isn't in use 2002-02-18 10:12:40 +00:00
Hans-Joachim Lankenau
c785b20a21 #97001# simple locking to avoid ldump database corruption 2002-01-30 13:27:05 +00:00
Hans-Joachim Lankenau
66598affdd #65293# same versionmap for two libraries fails on windows 2001-10-26 14:36:31 +00:00
Hans-Joachim Lankenau
9cc1fc1dd0 #65293# for shell for $(TYPE) 2001-09-10 15:53:56 +00:00
Hans-Joachim Lankenau
6bf11cfbb9 map to dxp for win32 only 2001-05-21 11:29:38 +00:00
Hans-Joachim Lankenau
2cf59cd410 cosistent use of -E 2001-05-18 14:47:42 +00:00
Hans-Joachim Lankenau
a00e2f2955 just for comfort 2001-05-04 14:21:59 +00:00
Hans-Joachim Lankenau
6f99e35014 generate windows c exports form unix mapfiles 2001-04-27 11:30:04 +00:00
Hans-Joachim Lankenau
1e69412276 #442 - check check for hamburg releng build 2001-02-19 18:12:10 +00:00