Commit graph

80 commits

Author SHA1 Message Date
Jens-Heiner Rechtien
f281d77a21 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01: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
Kurt Zenker
894c68061f CWS-TOOLING: integrate CWS dv14
2009-09-10 15:16:32 +0200 sg  r276035 : #160513# updated wfs scheme to accept ports
2009-09-10 07:41:47 +0200 dv  r276019 : #i104942# Better renaming algorithmen
2009-08-31 13:41:11 +0200 dv  r275604 : #160505# Setting APP1PRODUCTNAME must not overwrite APP1PRODUCTDEF
2009-09-11 11:51:21 +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
Oliver Bolte
6af0deee9a INTEGRATION: CWS os2port03 (1.68.10); FILE MERGED
2008/07/16 12:19:56 obr 1.68.10.3: RESYNC: (1.69-1.74); FILE MERGED
2008/01/15 13:52:15 obr 1.68.10.2: RESYNC: (1.68-1.69); FILE MERGED
2008/01/15 09:36:36 ydario 1.68.10.1: os2 build system makefile changes.
Issue number:i85203
Submitted by:ydario
2008-07-22 15:50:51 +00:00
Rüdiger Timm
b23659d876 INTEGRATION: CWS changefileheader (1.72.2); FILE MERGED
2008/03/28 15:55:53 rt 1.72.2.1: #i87441# Change license header to LPGL v3.
2008-04-10 16:38:29 +00:00
Vladimir Glazounov
1711e67108 #i87533# 2008-04-02 13:22:19 +00:00
Oliver Bolte
1ce43382f4 INTEGRATION: CWS winordinals (1.69.150); FILE MERGED
2008/03/14 10:35:56 vg 1.69.150.1: #i86800# switch to symbol-exporting linking for windows
2008-03-25 13:21:34 +00:00
Vladimir Glazounov
aa64874536 INTEGRATION: CWS sb83 (1.69.20); FILE MERGED
2008/03/17 09:00:34 sb 1.69.20.2: RESYNC: (1.69-1.70); FILE MERGED
2008/01/09 09:42:37 sb 1.69.20.1: #i84200# use APP|SHLnRPATH (-> LINKFLAGSRUNPATH_xxx) to control the install_name on unxmacx, use new macosx-change-install-names to adapt recorded install_names of linked-against libraries to correct paths in the target environment
2008-03-18 12:08:55 +00:00
Kurt Zenker
484d879af7 INTEGRATION: CWS nowrapcmd2 (1.69.94); FILE MERGED
2008/03/01 00:35:42 vq 1.69.94.1: #i85207# Remove WRAPCMDs.
2008-03-05 15:33:09 +00:00
Rüdiger Timm
fd8a38a54c INTEGRATION: CWS obo18 (1.68.26); FILE MERGED
2007/11/07 10:43:07 obo 1.68.26.1: #i83407# MacOSX use SOLARLIBDIR it supports milestone extension
2007-11-07 15:09:59 +00:00
Vladimir Glazounov
a756a88061 INTEGRATION: CWS sb71 (1.63.20); FILE MERGED
2007/07/18 11:59:17 sb 1.63.20.3: RESYNC: (1.64-1.67); FILE MERGED
2007/06/15 08:12:15 sb 1.63.20.2: RESYNC: (1.63-1.64); FILE MERGED
2007/06/14 15:09:32 sb 1.63.20.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.
2007-10-15 11:39:38 +00:00
Rüdiger Timm
4309345529 #i10000# Undo last changes to make it consistent with enrolled _tg_app.mk 2007-07-02 08:23:33 +00:00
Jens-Heiner Rechtien
d2a04860d7 INTEGRATION: CWS vgbugs07 (1.64.10); FILE MERGED
2007/06/15 13:54:06 vg 1.64.10.1: #i78525# restore prototype files for unrolled _tg_shl.mk & _tg_shl.mk
2007-06-27 21:05:09 +00:00
Jens-Heiner Rechtien
1c3f4d90a3 INTEGRATION: CWS obo11 (1.64.22); FILE MERGED
2007/06/12 12:20:31 obo 1.64.22.1: #i78336# trustedinfo manifest for Windows Vista
2007-06-27 13:02:35 +00:00
Vladimir Glazounov
32f863c343 INTEGRATION: CWS mingwport04 (1.63.28); FILE MERGED
2007/04/18 14:22:44 vg 1.63.28.1: #144877# localized strings
2007-05-25 09:51:53 +00:00
Vladimir Glazounov
f5badac636 INTEGRATION: CWS mingwport03 (1.55.84); FILE MERGED
2007/03/19 17:24:54 vg 1.55.84.4: RESYNC: (1.58-1.62); FILE MERGED
2007/01/08 23:39:12 vg 1.55.84.3: RESYNC: (1.57-1.58); FILE MERGED
2006/11/07 16:55:40 vg 1.55.84.2: RESYNC: (1.55-1.57); FILE MERGED
2006/10/24 15:30:57 vg 1.55.84.1: #i53572# MinGW port
2007-03-26 13:17:13 +00:00
Vladimir Glazounov
65e10dcc58 INTEGRATION: CWS ause074 (1.61.8); FILE MERGED
2007/02/02 11:46:51 hjs 1.61.8.1: #i74085# avoid useless shell calls
2007-02-06 12:58:46 +00:00
Hans-Joachim Lankenau
618a111d86 #i10000# - missed specific construct in #i70359# breaking 4nt build 2007-01-26 09:59:05 +00:00
Oliver Bolte
6282ffd0b4 INTEGRATION: CWS ause069 (1.57.2); FILE MERGED
2007/01/24 12:22:06 hjs 1.57.2.4: RESYNC: (1.58-1.59); FILE MERGED
2007/01/10 20:17:47 hjs 1.57.2.3: RESYNC: (1.57-1.58); FILE MERGED
2006/12/01 17:42:39 hjs 1.57.2.2: #i70359# remove forced shell calls
2006/10/11 12:36:24 hjs 1.57.2.1: #i70359#: removing + sign in targets; adding to tool macro if required
2007-01-25 11:53:15 +00:00
Oliver Bolte
453b6665ba INTEGRATION: CWS ause072 (1.58.22); FILE MERGED
2007/01/11 16:35:27 hjs 1.58.22.1: #i73385# getting scriptnames a bit more unique
2007-01-23 05:34:13 +00:00
Kurt Zenker
62463ba8d9 INTEGRATION: CWS obo08 (1.57.92); FILE MERGED
2006/12/06 10:07:01 obo 1.57.92.1: #i70239# removed manifest file after binding it into library/executable
2006-12-12 15:00:24 +00:00
Kurt Zenker
8eeb436077 INTEGRATION: CWS ause068 (1.55.108); FILE MERGED
2006/09/15 13:26:34 hjs 1.55.108.1: #i69536# don't force shell for echo
2006-10-05 09:38:35 +00:00
Vladimir Glazounov
107898bacf INTEGRATION: CWS obo05 (1.54.20); FILE MERGED
2006/09/15 15:54:47 vq 1.54.20.4: #i69563# Quote ; for bash/tcsh builds.
2006/09/15 13:25:58 obo 1.54.20.3: #i69563# missing FI
2006/08/09 12:31:39 obo 1.54.20.2: RESYNC: (1.54-1.55); FILE MERGED
2006/06/07 09:06:48 obo 1.54.20.1: #i53611# port for .net 2005
2006-09-25 12:09:25 +00:00
Kurt Zenker
a1cff26b68 INTEGRATION: CWS ause058 (1.54.60); FILE MERGED
2006/06/16 11:38:08 hjs 1.54.60.3: #i58351# more bash
2006/06/14 11:15:14 hjs 1.54.60.2: #i58351# applied relevant parts of the patch to support bash
2006/06/09 14:34:13 hjs 1.54.60.1: #i65725# first round
2006-07-05 20:57:28 +00:00
Jens-Heiner Rechtien
4599abacc7 INTEGRATION: CWS pj53 (1.53.230); FILE MERGED
2006/04/13 15:39:56 pjanik 1.53.230.2: #i61798#: Rename dylib-link-list to macosx-dylib-link-list and move it to solenv/bin.
2006/04/13 12:51:59 pjanik 1.53.230.1: #i61798#: Rename create-bundle to macosx-create-bundle and move it to solenv/bin.
2006-04-20 13:14:11 +00:00
Rüdiger Timm
04e06b7a9a #i10000# Use parentheses to avoid blank 2005-10-19 13:30:51 +00:00
Rüdiger Timm
77553784f0 INTEGRATION: CWS vq21 (1.51.64); FILE MERGED
2005/10/17 15:01:11 vq 1.51.64.1: #i56067# Choose unambiguous filename for map files.
2005-10-19 11:04:45 +00:00
Rüdiger Timm
0061c2d70c INTEGRATION: CWS ooo19126 (1.50.62); FILE MERGED
2005/09/05 14:33:50 rt 1.50.62.1: #i54170# Change license header: remove SISSL
2005-09-08 08:42:07 +00:00
Kurt Zenker
1f267ef390 INTEGRATION: CWS ause030 (1.49.30); FILE MERGED
2005/06/07 14:51:36 hjs 1.49.30.2: #123453# change quoting
2005/06/06 13:06:51 hjs 1.49.30.1: #i49797# avoid overwriting per target link flags
2005-07-11 14:27:59 +00:00
Oliver Bolte
93d0c78ca8 INTEGRATION: CWS winregclean1 (1.48.38); FILE MERGED
2005/04/21 11:10:12 hjs 1.48.38.3: #121920# fixed hardcoded number in usage
2005/04/21 11:04:49 hjs 1.48.38.2: #121920# arg... fixed typo
2005/04/21 09:29:11 hjs 1.48.38.1: #121920# pass APPnPRODUCTNAME to windows native resources linked to the application
2005-04-29 07:49:48 +00:00
Oliver Bolte
0f808a3711 INTEGRATION: CWS vq12 (1.46.252); FILE MERGED
2005/02/21 00:06:03 vq 1.46.252.2: #i34276#, #i29675# Avoid ".IF "$(USE_SHELL)"!="4nt" ..." and use $(WRAPCMD).
2005/02/20 18:09:45 vq 1.46.252.1: #i29609# Use $(IFEXIST) and $(THEN) macros to use the correct syntax
for W32-4nt or W32-tcsh.
2005-03-18 09:21:27 +00:00
Oliver Bolte
1822f5117f INTEGRATION: CWS ause019 (1.46.230); FILE MERGED
2005/03/10 11:14:31 hjs 1.46.230.3: #i42716# rename LINKFLAGSC to LINKCFLAGS
2005/02/14 16:39:40 hjs 1.46.230.2: #42716# support two sets of LINKFLAGS for linking with CXX and CC
2005/02/14 11:22:41 hjs 1.46.230.1: #i42716# more flexible handling of linker and C++ runtime
2005-03-15 08:56:34 +00:00
Hans-Joachim Lankenau
c0ac313bdc INTEGRATION: CWS mergebuild (1.43.6); FILE MERGED
2004/04/21 06:49:53 hjs 1.43.6.2: RESYNC: (1.43-1.45); FILE MERGED
2003/10/24 17:17:37 hjs 1.43.6.1: #i8252# make windows native resource targets aware of iso codes
2004-06-25 15:12:43 +00:00
Jens-Heiner Rechtien
074028b6e8 INTEGRATION: CWS geordi2q14 (1.44.14); FILE MERGED
2004/01/30 11:36:36 hr 1.44.14.1: #111934#: merge CWS ooo111fix2
2004-02-02 18:04:57 +00:00
Vladimir Glazounov
3f2c8e0322 INTEGRATION: CWS ause06 (1.43.4); FILE MERGED
2003/10/10 13:27:26 hjs 1.43.4.1: #112607# SHLnLINKRES and APPnLINKTYPEFLAG
2003-12-16 10:38:23 +00:00
Kurt Zenker
65953c7064 INTEGRATION: CWS ause04 (1.40.10); FILE MERGED
2003/08/12 17:04:11 hjs 1.40.10.3: RESYNC: (1.40-1.41); FILE MERGED
2003/07/11 13:30:44 hjs 1.40.10.2: #100815# reorder link line
2003/06/27 11:51:40 hjs 1.40.10.1: #108702# - remove unused/outdated
2003-08-25 13:46:52 +00:00
Hans-Joachim Lankenau
a043fbb60e INTEGRATION: CWS geordi2q01 (1.41.12); FILE MERGED
2003/08/18 13:25:21 hr 1.41.12.1: #i18350#: join changes from CWS ooo11rc3
2003-08-18 13:49:01 +00:00
Jens-Heiner Rechtien
4a93c53400 INTEGRATION: CWS ooo11rc2 (1.40.12); FILE MERGED
2003/07/15 16:09:24 fa 1.40.12.2: Quick fix to not resymlink libstlport_gcc.dylib when STLPORT4 is
not pointing to a valid STLport path.

http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16888

dan
fa@ooo
2003/07/15 02:07:29 fa 1.40.12.1: Add support for Mac OS X, mostly brought in from PORTS.

http://www.openoffice.org/issues/show_bug.cgi?id=16414

Dan
fa@ooo
2003-07-16 17:20:22 +00:00
Vladimir Glazounov
d68e1cf4b0 INTEGRATION: CWS ause05 (1.39.6); FILE MERGED
2003/05/26 10:43:28 hjs 1.39.6.1: #i11045# replaced awk with AWK variable
2003-06-04 09:39:52 +00:00
Jens-Heiner Rechtien
2ea65f7ffd INTEGRATION: CWS ooo20030412 (1.37.2.2.20); FILE MERGED
2003/04/03 15:18:55 vq 1.37.2.2.20.3: #12004 Replace \ with \\. Fix for the previous patch.
2003/03/31 19:00:57 vq 1.37.2.2.20.2: #12818 Hash signs need escaping.
2003/03/27 08:41:41 vq 1.37.2.2.20.1: IZ12004: Fix a problem with APPxICON for W32-tcsh.
2003-04-28 15:43:44 +00:00
Jens-Heiner Rechtien
eb62b06be2 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-27 10:48:49 +00:00
Hennes Rohling
6cda497006 #106038# #105989# uwinapi.lib is linked before Sother STDSHL libs, macros redefined 2002-12-10 15:27:59 +00:00
Martin Hollmichel
a208f9b190 add: STLPORT4 handling for MACOSX 2002-04-23 14:24:41 +00:00
Hans-Joachim Lankenau
93c7ee90c9 windows/tcsh 2002-04-10 10:34:35 +00:00
Hans-Joachim Lankenau
0f075fe644 replaced 4nt-ism 2002-03-26 17:23:25 +00:00
Hans-Joachim Lankenau
c2b9793d17 win32 with cygwin tcsh 2002-03-14 11:46:17 +00:00
Hans-Joachim Lankenau
0d1d2e4e1c #95964# changed link line generation 2002-01-15 11:14:36 +00:00
Hans-Joachim Lankenau
83d32504af #90760# removed VCL variable checking and VCL define 2001-11-02 12:19:43 +00:00