8255526: Enable jcheck whitespace checking of build system files

Reviewed-by: shade, erikj
This commit is contained in:
Magnus Ihse Bursie 2020-11-20 10:01:34 +00:00
parent c45ab1aada
commit 8e7a855ee8
3 changed files with 4 additions and 3 deletions

View file

@ -14,7 +14,8 @@ version=0
domain=openjdk.org domain=openjdk.org
[checks "whitespace"] [checks "whitespace"]
files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm|.*\.gmk|.*\.m4|.*\.ac|Makefile
ignore-tabs=.*\.gmk|Makefile
[checks "merge"] [checks "merge"]
message=Merge message=Merge

View file

@ -159,7 +159,7 @@ AC_DEFUN_ONCE([JVM_FEATURES_PARSE_OPTIONS],
# Likewise, check for deprecated arguments. # Likewise, check for deprecated arguments.
m4_foreach(FEATURE, m4_split(jvm_features_deprecated), [ m4_foreach(FEATURE, m4_split(jvm_features_deprecated), [
AC_ARG_ENABLE(jvm-feature-FEATURE, AS_HELP_STRING( AC_ARG_ENABLE(jvm-feature-FEATURE, AS_HELP_STRING(
[--enable-jvm-feature-FEATURE], [--enable-jvm-feature-FEATURE],
[Deprecated. Option is kept for backwards compatibility and is ignored])) [Deprecated. Option is kept for backwards compatibility and is ignored]))
m4_define(FEATURE_SHELL, [enable_jvm_feature_]m4_translit(FEATURE, -, _)) m4_define(FEATURE_SHELL, [enable_jvm_feature_]m4_translit(FEATURE, -, _))

View file

@ -27,7 +27,7 @@
# In pre-JDK9 releases, Oracle JDK has had a separately downloadable set # In pre-JDK9 releases, Oracle JDK has had a separately downloadable set
# of policy files which has been a nightmare for deployment. # of policy files which has been a nightmare for deployment.
# #
# We now create 2 complete initial sets of policy files and package into # We now create 2 complete initial sets of policy files and package into
# 2 different directories. The crypto.policy Security property will select # 2 different directories. The crypto.policy Security property will select
# the active policy. # the active policy.
# #