Commit graph

48 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
Oliver Bolte
ae0228cdb3 CWS-TOOLING: integrate CWS kick4nt 2009-09-07 13:35:07 +00:00
Hans-Joachim Lankenau
2d6a5f8abd CWS-TOOLING: integrate CWS cygwin03
2009-03-19 13:36:29 +0100 hjs  r269742 : #i100180# - fix one remaining problem with zip dependencies
2009-03-18 17:05:51 +0100 kz  r269691 : #i100180# improvements for setsolar on cygwin
2009-03-18 16:54:08 +0100 kz  r269690 : #i100180# improvements for setsolar on cygwin
2009-03-13 15:29:53 +0100 kz  r269486 : #i100180# improvements for setsolar on cygwin
2009-03-13 15:28:56 +0100 kz  r269485 : #i100180# improvements for setsolar on cygwin
2009-03-13 15:28:29 +0100 kz  r269484 : #i100180# improvements for setsolar on cygwin
2009-03-24 12:17:31 +00:00
Oliver Bolte
3e40885207 CWS-TOOLING: integrate CWS ause099
2009-01-29 12:30:57 +0100 hjs  r267116 : #i98365# fix unsetting g+s bit
2009-01-23 14:21:19 +0100 hjs  r266819 : #i40246# - cleanup
2009-01-23 14:14:07 +0100 hjs  r266818 : #i40246# - fix quoting of final echo line
2009-01-23 12:42:33 +0100 hjs  r266807 : #i98365# leave higher bits alone
2009-01-23 11:23:42 +0100 rt  r266799 : Header
2009-01-22 19:14:25 +0100 hjs  r266753 : #i98365# remove unwanted file attributes from archives
2009-01-22 16:22:18 +0100 hjs  r266737 : #i98365# remove unwanted file attributes from archives
2009-01-22 16:20:54 +0100 hjs  r266736 : #i98365# remove unwanted file attributes from archives
2009-01-22 16:20:24 +0100 hjs  r266735 : #i98365# remove unwanted file attributes from archives
2009-01-22 16:08:33 +0100 hjs  r266734 : #i40246# renamed variable
2009-01-22 16:05:26 +0100 hjs  r266733 : #i40246# renamed variable
2009-01-20 17:46:54 +0100 hjs  r266610 : #i98290# cleanup
2009-01-19 19:32:19 +0100 hjs  r266522 : CWS-TOOLING: rebase CWS ause099 to trunk@266428 (milestone: DEV300:m39)
2008-12-08 21:00:09 +0100 hjs  r265049 : CWS-TOOLING: rebase CWS ause099 to trunk@264807 (milestone: DEV300:m37)
2008-11-27 18:25:18 +0100 hjs  r264513 : #i40246# - support multiple patches per archive
2008-11-17 19:00:12 +0100 hjs  r263738 : CWS-TOOLING: rebase CWS ause099 to trunk@263288 (milestone: DEV300:m35)
2009-02-19 07:29:28 +00:00
Jens-Heiner Rechtien
f3df1a08b7 #i93829#: changes needed for subversion migration 2008-09-19 10:03:08 +00:00
Oliver Bolte
11cab37e55 INTEGRATION: CWS os2port03 (1.36.46); FILE MERGED
2008/07/16 12:20:16 obr 1.36.46.4: RESYNC: (1.37-1.41); FILE MERGED
2008/04/15 14:38:00 ydario 1.36.46.3: Issue number:  i85203
Submitted by: ydario
Reviewed by: ydario
2008/01/15 13:52:24 obr 1.36.46.2: RESYNC: (1.36-1.37); FILE MERGED
2008/01/15 09:36:36 ydario 1.36.46.1: os2 build system makefile changes.
Issue number:i85203
Submitted by:ydario
2008-07-22 15:52:10 +00:00
Rüdiger Timm
ff2d61a225 INTEGRATION: CWS changefileheader (1.40.12); FILE MERGED
2008/03/28 15:55:54 rt 1.40.12.1: #i87441# Change license header to LPGL v3.
2008-04-10 16:44:09 +00:00
Vladimir Glazounov
5e0085449d INTEGRATION: CWS ause092 (1.39.6); FILE MERGED
2008/03/12 09:38:57 hjs 1.39.6.1: #i86946# remove debug output
2008-03-18 13:45:34 +00:00
Kurt Zenker
6fb2ff3cb5 INTEGRATION: CWS ause084_DEV300 (1.37.46); FILE MERGED
2007/12/20 15:12:58 hjs 1.37.46.3: #i77202# COMMONBIN won't work when changing common_build_zip in local makefile
2007/12/17 16:37:46 hjs 1.37.46.2: #i77202# minor cleanup using variables supplied by settings.mk
2007/12/17 16:31:06 hjs 1.37.46.1: #i77202# removed specialcasing of PRJ=.; less copying around of archives
2008-03-06 14:15:26 +00:00
Kurt Zenker
551c783691 INTEGRATION: CWS nowrapcmd2 (1.37.94); FILE MERGED
2008/03/01 00:41:48 vq 1.37.94.1: #i85207# Unroll and fix oversight in tg_zip.mk.
2008-03-05 15:34:23 +00:00
Rüdiger Timm
6eb05fb8dc INTEGRATION: CWS execshellmacrogone (1.36.208); FILE MERGED
2007/10/24 06:35:48 rene 1.36.208.1: #i79760# krs patches for supressing "Executing shell macro..." output
2007-11-06 14:47:03 +00:00
Hans-Joachim Lankenau
b0a50f2d11 #i10000# - workaround for ZIPnTARGET used in module root makefiles 2007-05-10 13:21:58 +00:00
Oliver Bolte
2ada14af97 INTEGRATION: CWS ause076 (1.33.18); FILE MERGED
2007/02/15 15:20:50 hjs 1.33.18.2: RESYNC: (1.33-1.34); FILE MERGED
2007/02/06 10:26:21 hjs 1.33.18.1: #i73990# introduce ZIPnDEPS to define expicit dependencies for zip targets
2007-03-09 08:06:34 +00:00
Vladimir Glazounov
765b1958fd INTEGRATION: CWS ause074 (1.33.8); FILE MERGED
2007/02/02 11:57:46 hjs 1.33.8.1: #i74085# avoid useless shell calls
2007-02-06 13:02:07 +00:00
Oliver Bolte
321569e220 INTEGRATION: CWS ause069 (1.31.2); FILE MERGED
2006/12/04 19:25:10 hjs 1.31.2.4: RESYNC: (1.31-1.32); FILE MERGED
2006/12/01 17:42:40 hjs 1.31.2.3: #i70359# remove forced shell calls
2006/10/18 17:13:00 hjs 1.31.2.2: #i70359# remove forced shell calls
2006/10/11 12:36:27 hjs 1.31.2.1: #i70359#: removing + sign in targets; adding to tool macro if required
2007-01-25 11:58:06 +00:00
Vladimir Glazounov
5c3b030458 INTEGRATION: CWS ause071 (1.31.10); FILE MERGED
2006/11/06 10:41:56 hjs 1.31.10.1: #i71012# make sure ZIPnDIR exists before creating dependency lists
2006-11-21 14:11:25 +00:00
Kurt Zenker
8c6c3f3856 INTEGRATION: CWS ause068 (1.30.84); FILE MERGED
2006/09/15 13:26:36 hjs 1.30.84.1: #i69536# don't force shell for echo
2006-10-05 09:42:24 +00:00
Kurt Zenker
197d5c97e2 INTEGRATION: CWS ause062 (1.27.244); FILE MERGED
2006/07/13 08:50:49 hjs 1.27.244.3: RESYNC: (1.27-1.28); FILE MERGED
2006/07/07 08:02:45 hjs 1.27.244.2: #i67085# make sure not to lose changes from CWS pathoptions01
2006/07/06 17:30:07 hjs 1.27.244.1: #i67085# ZIPTARGET extension no longer hardcoded; move helper variables to tg_zip.mk
2006-07-19 08:38:41 +00:00
Oliver Bolte
579c335573 INTEGRATION: CWS pathoptions01 (1.27.242); FILE MERGED
2006/07/11 10:06:45 mav 1.27.242.2: RESYNC: (1.27-1.28); FILE MERGED
2006/07/06 10:19:28 hjs 1.27.242.1: #137804# make zip*alllangiso overideable for not forcing all case
2006-07-13 11:08:18 +00:00
Kurt Zenker
85eb4c03c1 INTEGRATION: CWS ause058 (1.27.208); FILE MERGED
2006/06/14 11:15:15 hjs 1.27.208.2: #i58351# applied relevant parts of the patch to support bash
2006/06/09 14:34:14 hjs 1.27.208.1: #i65725# first round
2006-07-05 20:59:47 +00:00
Rüdiger Timm
f71143e606 INTEGRATION: CWS ause044 (1.26.38); FILE MERGED
2005/11/28 16:41:11 hjs 1.26.38.1: #i58256# new naming of temporary files
2005-12-14 14:38:00 +00:00
Jens-Heiner Rechtien
08cc74969b INTEGRATION: CWS ause039 (1.23.198); FILE MERGED
2005/10/13 21:21:40 hjs 1.23.198.2: RESYNC: (1.23-1.25); FILE MERGED
2005/09/13 15:17:11 hjs 1.23.198.1: #i53841# do not ommit useless warnings if directories do not yet exist
2005-10-25 10:09:40 +00:00
Rüdiger Timm
1b49eafd02 INTEGRATION: CWS ooo19126 (1.23.186); FILE MERGED
2005/09/05 14:33:58 rt 1.23.186.1: #i54170# Change license header: remove SISSL
2005-09-08 08:50:16 +00:00
Rüdiger Timm
1be98edce4 INTEGRATION: CWS ause034 (1.23.152); FILE MERGED
2005/08/04 15:07:04 hjs 1.23.152.2: #i51455# survive no match
2005/07/27 14:37:28 rt 1.23.152.1: #i51455# Do not ignore return value of 'zip' command, use CHECKZIPRESULT instead (patch provided by vq)
2005-09-07 15:09:30 +00:00
Oliver Bolte
472e1ad029 INTEGRATION: CWS vq12 (1.22.100); FILE MERGED
2005/02/20 18:09:45 vq 1.22.100.1: #i29609# Use $(IFEXIST) and $(THEN) macros to use the correct syntax
for W32-4nt or W32-tcsh.
2005-03-18 09:14:57 +00:00
Rüdiger Timm
42a5f0ea6f INTEGRATION: CWS helpaux (1.21.94); FILE MERGED
2004/12/06 13:53:15 hjs 1.21.94.1: #i36415# support for helpcontent2 auxiliary language problem
2004-12-16 11:58:28 +00:00
Kurt Zenker
edde9ec47f INTEGRATION: CWS help2 (1.19.10); FILE MERGED
2004/08/19 16:30:39 hjs 1.19.10.3: #i33224# remove leading ./
2004/08/17 00:43:46 ihi 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED
2004/07/08 19:26:37 hjs 1.19.10.1: extend ziptarget
2004-08-30 16:21:53 +00:00
Hans-Joachim Lankenau
1be0010d86 #i10000# fix zipdependencies for 4nt and two drives 2004-07-13 15:30:07 +00:00
Hans-Joachim Lankenau
f1710e2e40 INTEGRATION: CWS mergebuild (1.18.6); FILE MERGED
2004/05/13 11:34:40 hjs 1.18.6.3: #i8252# force zip all languages
2003/10/22 11:21:22 hjs 1.18.6.2: #i8252# fixed handling of path replacement
2003/10/15 15:52:23 hjs 1.18.6.1: #i8252# iso code support for language dependent zip targets
2004-06-25 15:14:07 +00:00
Kurt Zenker
5f567c8b8c INTEGRATION: CWS ause04 (1.15.46); FILE MERGED
2003/08/12 17:04:33 hjs 1.15.46.3: RESYNC: (1.16-1.17); FILE MERGED
2003/07/16 11:24:23 hjs 1.15.46.2: RESYNC: (1.15-1.16); FILE MERGED
2003/07/14 17:21:36 hjs 1.15.46.1: #110619# reworked zip dependencies
2003-08-25 13:48:05 +00:00
Jens-Heiner Rechtien
544ccf5aae INTEGRATION: CWS ooo11rc2 (1.16.2); FILE MERGED
2003/07/15 02:07:30 fa 1.16.2.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:53 +00:00
Vladimir Glazounov
01b9a3a893 INTEGRATION: CWS ooo11rc (1.15.38); FILE MERGED
2003/06/27 10:44:12 hjs 1.15.38.1: #i15915# fix multiprocess problems - make tempfiles unique
2003-07-02 12:44:18 +00:00
Jens-Heiner Rechtien
eb62b06be2 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-27 10:48:49 +00:00
Rüdiger Timm
6bd3c4f724 #100519# Delete zip file in OUTPATH (it's not necessary and error prone to hold one in COMMON_OUTDIR and additionally a copy in OUTPATH). 2002-11-26 08:16:36 +00:00
Hans-Joachim Lankenau
a24d265831 #99385# use ZIPnISO_LANGDIRS=TRUE to switch from long language names to iso-code subdirs 2002-08-22 16:26:07 +00:00
Hans-Joachim Lankenau
a2c1e192e9 #100000# fixed unintended recursive find from root 2002-06-25 12:19:56 +00:00
Hans-Joachim Lankenau
e363e4b661 fixed collecting language dirs 2002-06-21 12:13:59 +00:00
Hans-Joachim Lankenau
bd3f3bcba3 help detecting the cause of 0 byte zipfiles 2002-06-12 13:10:18 +00:00
Hans-Joachim Lankenau
6cbb640718 #96734# support for zipdep.pl 2002-01-18 16:22:41 +00:00
Hans-Joachim Lankenau
c3f5b4a129 #78624#,#89873# reworked ziptargets to get more flexibility 2001-11-02 16:59:44 +00:00
Hans-Joachim Lankenau
58bd175363 #65293# corrected zip dependencies 2001-10-12 16:16:45 +00:00
Martin Hollmichel
20c4e427e3 add: header 2001-06-20 08:09:38 +00:00
Hans-Joachim Lankenau
89a4556296 avoid CVS dirs 2001-06-12 14:07:20 +00:00
Hans-Joachim Lankenau
effa7ac9bf zip language depedend without common_build_zip 2001-01-29 14:38:02 +00:00
Hans-Joachim Lankenau
4a1e25f9d8 mixed up two cases 2001-01-22 15:52:18 +00:00
Hans-Joachim Lankenau
bd1429474a language dependend, recursive trees 2001-01-18 14:02:41 +00:00
Jens-Heiner Rechtien
22c7f3f170 initial import 2000-09-20 13:43:26 +00:00