sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products
This commit is contained in:
parent
9980c56680
commit
366780aa70
2 changed files with 3 additions and 4 deletions
|
@ -365,8 +365,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>' \
|
||||||
> $@
|
> $@
|
||||||
|
@ -377,8 +376,7 @@ $(MISC)/ooo-services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \
|
||||||
$(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
|
$(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
|
||||||
$(SOLARENV)/bin/packcomponents.xslt $(MISC)/ooo-services.input
|
$(SOLARENV)/bin/packcomponents.xslt $(MISC)/ooo-services.input
|
||||||
|
|
||||||
$(MISC)/ooo-services.input .ERRREMOVE :
|
$(MISC)/ooo-services.input :
|
||||||
- $(RM) $@
|
|
||||||
echo '<list>' \
|
echo '<list>' \
|
||||||
'$(my_ooo_components:^"<filename>":+".component</filename>")' \
|
'$(my_ooo_components:^"<filename>":+".component</filename>")' \
|
||||||
'</list>' > $@
|
'</list>' > $@
|
||||||
|
|
|
@ -3,4 +3,5 @@ mkdir: %_DEST%\xml%_EXT%\ooo
|
||||||
..\%__SRC%\misc\*.xcd %_DEST%\xml%_EXT%\
|
..\%__SRC%\misc\*.xcd %_DEST%\xml%_EXT%\
|
||||||
..\%__SRC%\misc\lang\*.xcd %_DEST%\xml%_EXT%\
|
..\%__SRC%\misc\lang\*.xcd %_DEST%\xml%_EXT%\
|
||||||
..\%__SRC%\misc\ooo-services.rdb %_DEST%\xml%_EXT%\ooo\services.rdb
|
..\%__SRC%\misc\ooo-services.rdb %_DEST%\xml%_EXT%\ooo\services.rdb
|
||||||
|
..\%__SRC%\misc\services.input %_DEST%\xml%_EXT%\services.input
|
||||||
..\%__SRC%\misc\services.rdb %_DEST%\xml%_EXT%\services.rdb
|
..\%__SRC%\misc\services.rdb %_DEST%\xml%_EXT%\services.rdb
|
||||||
|
|
Loading…
Reference in a new issue