summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-03 15:15:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-03 15:15:05 +0100
commit2e68995221d45a296e8bee306a12e9a4f4a0cc91 (patch)
tree3a4a83a54e55da70dd376770e00d353b9e531887 /postprocess
parentf7975d2335334899e5d14e35e7640d3afdf220f6 (diff)
Still missing conditionalization.
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packcomponents/makefile.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 2de3f99fe507..9d3605954125 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -368,10 +368,7 @@ my_components += component/avmedia/source/gstreamer/avmediagstreamer
.INCLUDE: target.mk
-ALLTAR : \
- $(MISC)/services.rdb \
- $(MISC)/scriptproviderforbeanshell.rdb \
- $(MISC)/scriptproviderforjavascript.rdb
+ALLTAR : $(MISC)/services.rdb
$(MISC)/services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \
$(MISC)/services.input $(my_components:^"$(SOLARXMLDIR)/":+".component")
@@ -384,6 +381,8 @@ $(MISC)/services.input : makefile.mk
> $@
.IF "$(ENABLE_SCRIPTING_BEANSHELL)" == "YES"
+ALLTAR : $(MISC)/scriptproviderforbeanshell.rdb
+
$(MISC)/scriptproviderforbeanshell.rdb .ERRREMOVE : \
$(SOLARENV)/bin/packcomponents.xslt \
$(MISC)/scriptproviderforbeanshell.input \
@@ -399,6 +398,8 @@ $(MISC)/scriptproviderforbeanshell.input : makefile.mk
.END
.IF "$(ENABLE_SCRIPTING_JAVASCRIPT)" == "YES"
+ALLTAR : $(MISC)/scriptproviderforjavascript.rdb
+
$(MISC)/scriptproviderforjavascript.rdb .ERRREMOVE : \
$(SOLARENV)/bin/packcomponents.xslt \
$(MISC)/scriptproviderforjavascript.input \