diff options
author | sb <sb@openoffice.org> | 2010-09-15 11:45:04 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-09-15 11:45:04 +0200 |
commit | 421c9bb07e98f063145c15bec116c1d635359ca7 (patch) | |
tree | b4e392356bcdb8d2f59b9497c72aa65d076dfa66 | |
parent | 06c8703f6c7ba4b639b66f06bd6282c304c8fdb0 (diff) |
sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products
-rw-r--r-- | testtools/source/bridgetest/makefile.mk | 3 | ||||
-rw-r--r-- | testtools/source/bridgetest/pyuno/makefile.mk | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/testtools/source/bridgetest/makefile.mk b/testtools/source/bridgetest/makefile.mk index d4a973994d32..945af7c0f0ba 100644 --- a/testtools/source/bridgetest/makefile.mk +++ b/testtools/source/bridgetest/makefile.mk @@ -200,8 +200,7 @@ $(DLLDEST)$/uno_services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \ $(XSLTPROC) --nonet --stringparam prefix $(PWD)/$(MISC)/ -o $@ \ $(SOLARENV)/bin/packcomponents.xslt $(MISC)/uno_services.input -$(MISC)/uno_services.input .ERRREMOVE : - - $(RM) $@ +$(MISC)/uno_services.input : echo \ '<list>$(my_components:^"<filename>":+".component</filename>")</list>' \ > $@ diff --git a/testtools/source/bridgetest/pyuno/makefile.mk b/testtools/source/bridgetest/pyuno/makefile.mk index 7247c665eeda..ded3cdbc7931 100644 --- a/testtools/source/bridgetest/pyuno/makefile.mk +++ b/testtools/source/bridgetest/pyuno/makefile.mk @@ -99,8 +99,7 @@ $(DLLDEST)$/pyuno_services.rdb .ERRREMOVE : \ $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \ $(SOLARENV)/bin/packcomponents.xslt $(MISC)/pyuno_services.input -$(MISC)/pyuno_services.input .ERRREMOVE : - - $(RM) $@ +$(MISC)/pyuno_services.input : echo \ '<list>$(my_components:^"<filename>":+".component</filename>")</list>' \ > $@ |