<AWT Dev> RFR: 8205498: Typo in fix for 8205119 breaks Solaris demo build
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Thu Jun 21 23:55:26 UTC 2018
+1
On 21/06/2018 16:54, Philip Race wrote:
> The removal of SwingApplet has a small but important bug :
>
> bug : https://bugs.openjdk.java.net/browse/JDK-8205498
>
> fix :
> --- a/make/CompileDemos.gmk
> +++ b/make/CompileDemos.gmk
> @@ -295,7 +295,7 @@
> ifeq ($(OPENJDK_TARGET_OS), solaris)
> TARGETS += $(patsubst $(DEMO_SHARE_SRC)/nbproject/%, \
> $(SUPPORT_OUTPUTDIR)/demos/image/nbproject/%, \
> - $(call CacheFind, $(DEMO_SHARE_SRC)/nbproject)))
> + $(call CacheFind, $(DEMO_SHARE_SRC)/nbproject))
> else
> TARGETS += $(patsubst $(DEMO_SHARE_SRC)/nbproject/%, \
> $(SUPPORT_OUTPUTDIR)/demos/image/nbproject/%, \
>
> -phil.
>
--
Best regards, Sergey.
More information about the awt-dev
mailing list