mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-24 13:24:27 +02:00
8255526: Enable jcheck whitespace checking of build system files
Reviewed-by: shade, erikj
This commit is contained in:
parent
c45ab1aada
commit
8e7a855ee8
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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, -, _))
|
||||||
|
|
|
@ -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.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue