Kaydet (Commit) 94fdd5d3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Exempt smoketest.jar from "non-cross-compiling only"

...just like it was implicitly exempted while it was still part of juh.jar.
(The true fix should be to remove this smoketest-support code from general
installation sets, but that is left as an exercise for another day.)

Change-Id: Ia8bb07795facef5f344e3e53c3901f229725d1af
üst bca132ca
......@@ -23,7 +23,6 @@ ifneq ($(SOLAR_JAVA),)
$(eval $(call gb_Module_add_targets,smoketest,\
Extension_TestExtension \
Jar_TestExtension \
Jar_smoketest \
))
endif
......@@ -39,4 +38,10 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,smoketest,\
endif
ifneq ($(SOLAR_JAVA),)
$(eval $(call gb_Module_add_targets,smoketest,\
Jar_smoketest \
))
endif
# vim: set noet sw=4 ts=4:
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