summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_config.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-06 12:58:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-06 12:58:59 +0000
commit8b740de0af5cf4bc24b571017b30075c757828bc (patch)
tree144ab7166fe1cf9151a7af6c965b74aafee1858b /solenv/inc/tg_config.mk
parent65e10dcc586ebbfb2c5c6567b3a61e8d663d7a8a (diff)
INTEGRATION: CWS ause074 (1.16.8); FILE MERGED
2007/02/02 11:47:40 hjs 1.16.8.1: #i74085# avoid useless shell calls
Diffstat (limited to 'solenv/inc/tg_config.mk')
-rw-r--r--solenv/inc/tg_config.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/solenv/inc/tg_config.mk b/solenv/inc/tg_config.mk
index f6b8a5fdb93a..635eac94b8ae 100644
--- a/solenv/inc/tg_config.mk
+++ b/solenv/inc/tg_config.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: tg_config.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 12:53:40 $
+# last change: $Author: vg $ $Date: 2007-02-06 13:58:59 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -83,9 +83,9 @@ $(PROCESSOUT)$/registry$/schema$/$(PACKAGEDIR)$/%.xcs : %.xcs
# org.openoffice.helper.PrettyPrinter seems to be unnecessary.
cp $(@:d)$*.tmp $@
.ENDIF
- $(RM) $(@:d)$*.tmp > $(NULLDEV)
- $(RM) $(@:d)$*.val > $(NULLDEV)
- $(RM) $(@:d)$*.san > $(NULLDEV)
+ @@$(RM) $(@:d)$*.tmp
+ @@$(RM) $(@:d)$*.val
+ @@$(RM) $(@:d)$*.san
$(PROCESSOUT)$/merge$/$(PACKAGEDIR)$/%.xcs : %.xcs
# just a copy for now - insert "cfgex" commandline when required
@@ -150,8 +150,8 @@ $(PROCESSOUT)$/registry$/data$/$(PACKAGEDIR)$/%.xcu : %.xcu
# org.openoffice.helper.PrettyPrinter seems to be unnecessary.
cp $(@:d)$*.tmp $@
.ENDIF
- $(RM) $(@:d)$*.tmp > $(NULLDEV)
- $(RM) $(@:d)$*.val > $(NULLDEV)
+ @@$(RM) $(@:d)$*.tmp
+ @@$(RM) $(@:d)$*.val
# --- localizations ---
.IF "$(WITH_LANG)"!=""
@@ -186,7 +186,7 @@ $(PROCESSOUT)$/registry$/res$/{$(alllangiso)}$/$(PACKAGEDIR)$/%.xcu :| %.xcu
# org.openoffice.helper.PrettyPrinter seems to be unnecessary.
cp $(@:d)$*.tmp $@
.ENDIF
- $(RM) $(@:d)$*.tmp > $(NULLDEV)
+ @@$(RM) $(@:d)$*.tmp
# --- languagepack tag modules ---
.IF "$(LANGUAGEPACKS)" != ""
@@ -222,7 +222,7 @@ $(PROCESSOUT)$/registry$/spool$/$(PACKAGEDIR)$/%.xcu :| $$(@:b:s/-/./:b).xcu
# org.openoffice.helper.PrettyPrinter seems to be unnecessary.
cp $(@:d)$(@:f:s/.xcu/.tmp/) $@
.ENDIF
- $(RM) $(@:d)$(@:f:s/.xcu/.tmp/) > $(NULLDEV)
+ @@$(RM) $(@:d)$(@:f:s/.xcu/.tmp/)
.IF "$(XCUFILES)"!=""
ALLTAR: \