From 421c9bb07e98f063145c15bec116c1d635359ca7 Mon Sep 17 00:00:00 2001 From: sb Date: Wed, 15 Sep 2010 11:45:04 +0200 Subject: sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products --- testtools/source/bridgetest/makefile.mk | 3 +-- testtools/source/bridgetest/pyuno/makefile.mk | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'testtools') 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 \ '$(my_components:^"":+".component")' \ > $@ 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 \ '$(my_components:^"":+".component")' \ > $@ -- cgit