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:
parent
65e10dcc58
commit
8b740de0af
1 changed files with 9 additions and 9 deletions
|
@ -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: \
|
||||
|
|
Loading…
Reference in a new issue