Missing conditionalizaton.
This commit is contained in:
@@ -383,6 +383,7 @@ $(MISC)/services.input : makefile.mk
|
|||||||
'<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
|
'<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
|
||||||
> $@
|
> $@
|
||||||
|
|
||||||
|
.IF "$(ENABLE_SCRIPTING_BEANSHELL)" == "YES"
|
||||||
$(MISC)/scriptproviderforbeanshell.rdb .ERRREMOVE : \
|
$(MISC)/scriptproviderforbeanshell.rdb .ERRREMOVE : \
|
||||||
$(SOLARENV)/bin/packcomponents.xslt \
|
$(SOLARENV)/bin/packcomponents.xslt \
|
||||||
$(MISC)/scriptproviderforbeanshell.input \
|
$(MISC)/scriptproviderforbeanshell.input \
|
||||||
@@ -395,7 +396,9 @@ $(MISC)/scriptproviderforbeanshell.input : makefile.mk
|
|||||||
echo \
|
echo \
|
||||||
'<list><filename>component/scripting/java/ScriptProviderForBeanShell.component</filename></list>' \
|
'<list><filename>component/scripting/java/ScriptProviderForBeanShell.component</filename></list>' \
|
||||||
> $@
|
> $@
|
||||||
|
.END
|
||||||
|
|
||||||
|
.IF "$(ENABLE_SCRIPTING_JAVASCRIPT)" == "YES"
|
||||||
$(MISC)/scriptproviderforjavascript.rdb .ERRREMOVE : \
|
$(MISC)/scriptproviderforjavascript.rdb .ERRREMOVE : \
|
||||||
$(SOLARENV)/bin/packcomponents.xslt \
|
$(SOLARENV)/bin/packcomponents.xslt \
|
||||||
$(MISC)/scriptproviderforjavascript.input \
|
$(MISC)/scriptproviderforjavascript.input \
|
||||||
@@ -408,3 +411,4 @@ $(MISC)/scriptproviderforjavascript.input : makefile.mk
|
|||||||
echo \
|
echo \
|
||||||
'<list><filename>component/scripting/java/ScriptProviderForJavaScript.component</filename></list>' \
|
'<list><filename>component/scripting/java/ScriptProviderForJavaScript.component</filename></list>' \
|
||||||
> $@
|
> $@
|
||||||
|
.END
|
||||||
|
Reference in New Issue
Block a user