summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 12:45:43 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 12:45:43 +0000
commitb28ac9b5bb75073a1e7d3300a239e75a16d0e391 (patch)
tree2511b9e5ae2aa1a73108ad7f105bb69198d47d41
parentbe71d56b187c52c57705ce9053312a4ddddb4df9 (diff)
INTEGRATION: CWS ause069 (1.15.44); FILE MERGED
2006/10/18 17:11:53 hjs 1.15.44.1: #i70359# remove forced shell calls
-rw-r--r--moz/zipped/makefile.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/moz/zipped/makefile.mk b/moz/zipped/makefile.mk
index 002c9fdd3453..6a669927101a 100644
--- a/moz/zipped/makefile.mk
+++ b/moz/zipped/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 19:59:34 $
+# last change: $Author: obo $ $Date: 2007-01-25 13:45:43 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -64,26 +64,26 @@ ALLTAR: \
.IF "$(GUI)" == "UNX"
$(MISC)$/unpacked_$(TARGET)_lib : $(OS)$(COM)$(CPU)lib.zip $(OS)$(COM)$(CPU)runtime.zip
- +unzip -o -d $(LB) $(OS)$(COM)$(CPU)lib.zip && unzip -o -d $(LB) $(OS)$(COM)$(CPU)runtime.zip && $(TOUCH) $@
- +chmod -R 775 $(LB)
+ unzip -o -d $(LB) $(OS)$(COM)$(CPU)lib.zip && unzip -o -d $(LB) $(OS)$(COM)$(CPU)runtime.zip && $(TOUCH) $@
+ chmod -R 775 $(LB)
$(MISC)$/unpacked_$(TARGET)_inc : $(OS)$(COM)$(CPU)inc.zip
- +unzip -o -d $(INCCOM) $(OS)$(COM)$(CPU)inc.zip && $(TOUCH) $@
- +chmod -R 775 $(INCCOM)
+ unzip -o -d $(INCCOM) $(OS)$(COM)$(CPU)inc.zip && $(TOUCH) $@
+ chmod -R 775 $(INCCOM)
.ELSE
$(MISC)$/unpacked_$(TARGET)_lib : $(OS)$(COM)$(CPU)lib.zip
- +unzip -o -d $(LB) $(OS)$(COM)$(CPU)lib.zip && \
+ unzip -o -d $(LB) $(OS)$(COM)$(CPU)lib.zip && \
$(TOUCH) $@
$(MISC)$/unpacked_$(TARGET)_inc : $(OS)$(COM)$(CPU)inc.zip
- +unzip -o -d $(INCCOM) $(OS)$(COM)$(CPU)inc.zip && $(TOUCH) $@
+ unzip -o -d $(INCCOM) $(OS)$(COM)$(CPU)inc.zip && $(TOUCH) $@
.ENDIF
$(BIN)$/mozruntime.zip : $(OS)$(COM)$(CPU)runtime.zip
- +$(COPY) $(OS)$(COM)$(CPU)runtime.zip $(BIN)$/mozruntime.zip
+ $(COPY) $(OS)$(COM)$(CPU)runtime.zip $(BIN)$/mozruntime.zip
.ENDIF # unpack mozab zips
>Noel Grandin look for OUStringBuffer append sequences that can be turned into creating an OUString with + operations Change-Id: Ica840dc096000307b4a105fb4d9ec7588a15ade6 Reviewed-on: https://gerrit.libreoffice.org/80809 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2018-10-23clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin Change-Id: I4b2eda375bbfe1ba35a45168515d885935adcb76 Reviewed-on: https://gerrit.libreoffice.org/62217 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2018-10-22pvs-studio: V581 identical conditional expressions situated alongsideCaolán McNamara Change-Id: I063bd0dbfe1d7b00e56cd4e01affa5465ae04d9a Reviewed-on: https://gerrit.libreoffice.org/62192 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin and update sallogareas plugin to enforce this Change-Id: Id0782c8a1f619372e10d931aec3c6a4743a4c86a Reviewed-on: https://gerrit.libreoffice.org/52249 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2018-03-02use more Color in ExtendedColorConfigValue and reportdesignNoel Grandin Change-Id: I710407ccdd373ba686914e1d049bd8c2bcdcd1e3 Reviewed-on: https://gerrit.libreoffice.org/50576 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>