sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products

This commit is contained in:
sb
2010-09-15 11:45:04 +02:00
parent 136983d14d
commit ec147f50c1
3 changed files with 3 additions and 6 deletions

View File

@@ -103,9 +103,8 @@ $(MISC)/$(TARGET)/services.rdb .ERRREMOVE: $(SOLARENV)/bin/packcomponents.xslt \
$(XSLTPROC) --nonet --stringparam prefix $(PWD)/$(MISC)/$(TARGET)/ -o $@ \
$(SOLARENV)/bin/packcomponents.xslt $(MISC)/$(TARGET)/services.input
$(MISC)/$(TARGET)/services.input .ERRREMOVE:
$(MISC)/$(TARGET)/services.input:
$(MKDIRHIER) $(@:d)
- $(RM) $@
echo \
'<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
> $@

View File

@@ -74,9 +74,8 @@ $(MISC)/$(TARGET)/services.rdb .ERRREMOVE: $(SOLARENV)/bin/packcomponents.xslt \
$(XSLTPROC) --nonet --stringparam prefix $(PWD)/$(MISC)/ -o $@ \
$(SOLARENV)/bin/packcomponents.xslt $(MISC)/$(TARGET)/services.input
$(MISC)/$(TARGET)/services.input .ERRREMOVE:
$(MISC)/$(TARGET)/services.input:
$(MKDIRHIER) $(@:d)
- $(RM) $@
echo \
'<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
> $@

View File

@@ -64,8 +64,7 @@ $(MISC)/services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \
$(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
$(SOLARENV)/bin/packcomponents.xslt $(MISC)/services.input
$(MISC)/services.input .ERRREMOVE :
- $(RM) $@
$(MISC)/services.input :
echo \
'<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
> $@