From 7ef263307ae23051950b69e7ef1b01c046e30676 Mon Sep 17 00:00:00 2001 From: Nizar Benalla Date: Thu, 14 Nov 2024 22:01:17 +0000 Subject: [PATCH] 8344128: Regression: make help broken after JDK-8340818 Reviewed-by: rriggs, dholmes, ihse --- make/Global.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/Global.gmk b/make/Global.gmk index 16a5b05cccb..3e6721f994c 100644 --- a/make/Global.gmk +++ b/make/Global.gmk @@ -102,7 +102,7 @@ help: $(info $(_) # method is 'auto', 'ignore' or 'fail' (default)) $(info $(_) TEST="test1 ..." # Use the given test descriptor(s) for testing, e.g.) $(info $(_) # make test TEST="jdk_lang gtest:all") - $(info $(_) TEST_DEPS="dependency1 ..." # Specify additional dependencies for running tests, e.g docs-jdk + $(info $(_) TEST_DEPS="dependency1 ..." # Specify additional dependencies for running tests, e.g docs-jdk) $(info $(_) JTREG="OPT1=x;OPT2=y" # Control the JTREG test harness, use 'make test-only JTREG=help' to list) $(info $(_) GTEST="OPT1=x;OPT2=y" # Control the GTEST test harness, use 'make test-only GTEST=help' to list) $(info $(_) MICRO="OPT1=x;OPT2=y" # Control the MICRO test harness, use 'make test-only MICRO=help' to list)