sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products
This commit is contained in:
@@ -103,9 +103,8 @@ $(MISC)/$(TARGET)/services.rdb .ERRREMOVE: $(SOLARENV)/bin/packcomponents.xslt \
|
|||||||
$(XSLTPROC) --nonet --stringparam prefix $(PWD)/$(MISC)/$(TARGET)/ -o $@ \
|
$(XSLTPROC) --nonet --stringparam prefix $(PWD)/$(MISC)/$(TARGET)/ -o $@ \
|
||||||
$(SOLARENV)/bin/packcomponents.xslt $(MISC)/$(TARGET)/services.input
|
$(SOLARENV)/bin/packcomponents.xslt $(MISC)/$(TARGET)/services.input
|
||||||
|
|
||||||
$(MISC)/$(TARGET)/services.input .ERRREMOVE:
|
$(MISC)/$(TARGET)/services.input:
|
||||||
$(MKDIRHIER) $(@:d)
|
$(MKDIRHIER) $(@:d)
|
||||||
- $(RM) $@
|
|
||||||
echo \
|
echo \
|
||||||
'<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
|
'<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
|
||||||
> $@
|
> $@
|
||||||
|
@@ -74,9 +74,8 @@ $(MISC)/$(TARGET)/services.rdb .ERRREMOVE: $(SOLARENV)/bin/packcomponents.xslt \
|
|||||||
$(XSLTPROC) --nonet --stringparam prefix $(PWD)/$(MISC)/ -o $@ \
|
$(XSLTPROC) --nonet --stringparam prefix $(PWD)/$(MISC)/ -o $@ \
|
||||||
$(SOLARENV)/bin/packcomponents.xslt $(MISC)/$(TARGET)/services.input
|
$(SOLARENV)/bin/packcomponents.xslt $(MISC)/$(TARGET)/services.input
|
||||||
|
|
||||||
$(MISC)/$(TARGET)/services.input .ERRREMOVE:
|
$(MISC)/$(TARGET)/services.input:
|
||||||
$(MKDIRHIER) $(@:d)
|
$(MKDIRHIER) $(@:d)
|
||||||
- $(RM) $@
|
|
||||||
echo \
|
echo \
|
||||||
'<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
|
'<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
|
||||||
> $@
|
> $@
|
||||||
|
@@ -64,8 +64,7 @@ $(MISC)/services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \
|
|||||||
$(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
|
$(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
|
||||||
$(SOLARENV)/bin/packcomponents.xslt $(MISC)/services.input
|
$(SOLARENV)/bin/packcomponents.xslt $(MISC)/services.input
|
||||||
|
|
||||||
$(MISC)/services.input .ERRREMOVE :
|
$(MISC)/services.input :
|
||||||
- $(RM) $@
|
|
||||||
echo \
|
echo \
|
||||||
'<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
|
'<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
|
||||||
> $@
|
> $@
|
||||||
|
Reference in New Issue
Block a user