INTEGRATION: CWS ause074 (1.16.8); FILE MERGED

2007/02/02 11:47:40 hjs 1.16.8.1: #i74085# avoid useless shell calls
This commit is contained in:
Vladimir Glazounov 2007-02-06 12:58:59 +00:00
parent 65e10dcc58
commit 8b740de0af

View file

@ -4,9 +4,9 @@
# #
# $RCSfile: tg_config.mk,v $ # $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 Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # 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. # org.openoffice.helper.PrettyPrinter seems to be unnecessary.
cp $(@:d)$*.tmp $@ cp $(@:d)$*.tmp $@
.ENDIF .ENDIF
$(RM) $(@:d)$*.tmp > $(NULLDEV) @@$(RM) $(@:d)$*.tmp
$(RM) $(@:d)$*.val > $(NULLDEV) @@$(RM) $(@:d)$*.val
$(RM) $(@:d)$*.san > $(NULLDEV) @@$(RM) $(@:d)$*.san
$(PROCESSOUT)$/merge$/$(PACKAGEDIR)$/%.xcs : %.xcs $(PROCESSOUT)$/merge$/$(PACKAGEDIR)$/%.xcs : %.xcs
# just a copy for now - insert "cfgex" commandline when required # 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. # org.openoffice.helper.PrettyPrinter seems to be unnecessary.
cp $(@:d)$*.tmp $@ cp $(@:d)$*.tmp $@
.ENDIF .ENDIF
$(RM) $(@:d)$*.tmp > $(NULLDEV) @@$(RM) $(@:d)$*.tmp
$(RM) $(@:d)$*.val > $(NULLDEV) @@$(RM) $(@:d)$*.val
# --- localizations --- # --- localizations ---
.IF "$(WITH_LANG)"!="" .IF "$(WITH_LANG)"!=""
@ -186,7 +186,7 @@ $(PROCESSOUT)$/registry$/res$/{$(alllangiso)}$/$(PACKAGEDIR)$/%.xcu :| %.xcu
# org.openoffice.helper.PrettyPrinter seems to be unnecessary. # org.openoffice.helper.PrettyPrinter seems to be unnecessary.
cp $(@:d)$*.tmp $@ cp $(@:d)$*.tmp $@
.ENDIF .ENDIF
$(RM) $(@:d)$*.tmp > $(NULLDEV) @@$(RM) $(@:d)$*.tmp
# --- languagepack tag modules --- # --- languagepack tag modules ---
.IF "$(LANGUAGEPACKS)" != "" .IF "$(LANGUAGEPACKS)" != ""
@ -222,7 +222,7 @@ $(PROCESSOUT)$/registry$/spool$/$(PACKAGEDIR)$/%.xcu :| $$(@:b:s/-/./:b).xcu
# org.openoffice.helper.PrettyPrinter seems to be unnecessary. # org.openoffice.helper.PrettyPrinter seems to be unnecessary.
cp $(@:d)$(@:f:s/.xcu/.tmp/) $@ cp $(@:d)$(@:f:s/.xcu/.tmp/) $@
.ENDIF .ENDIF
$(RM) $(@:d)$(@:f:s/.xcu/.tmp/) > $(NULLDEV) @@$(RM) $(@:d)$(@:f:s/.xcu/.tmp/)
.IF "$(XCUFILES)"!="" .IF "$(XCUFILES)"!=""
ALLTAR: \ ALLTAR: \