Kaydet (Commit) ec147f50 authored tarafından sb's avatar sb

sb129: #i113189# cleaned up makefile rules; deliver services.input to have it…

sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products
üst 136983d1
......@@ -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>' \
> $@
......
......@@ -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>' \
> $@
......
......@@ -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>' \
> $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment