Skip to content

Avoid leading tabs in makefiles outside of recipes - #14449

Merged
pshipton merged 1 commit into
eclipse-openj9:masterfrom
keithc-ca:tabs
Feb 7, 2022
Merged

Avoid leading tabs in makefiles outside of recipes#14449
pshipton merged 1 commit into
eclipse-openj9:masterfrom
keithc-ca:tabs

Conversation

@keithc-ca

Copy link
Copy Markdown
Contributor

Leading tabs have the potential to cause elements of makefiles to be considered part of a recipe instead of part of the global structure: use spaces instead.

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
@keithc-ca

Copy link
Copy Markdown
Contributor Author

FYI @babsingh

@keithc-ca
keithc-ca requested a review from pshipton February 7, 2022 16:37
@pshipton
pshipton merged commit 35ee29b into eclipse-openj9:master Feb 7, 2022
@keithc-ca
keithc-ca deleted the tabs branch February 7, 2022 16:50
babsingh added a commit to babsingh/aqa-tests that referenced this pull request Feb 14, 2022
Setting JVM_OPTIONS overwrites the modes.

EXTRA_OPTIONS will always append to the JVM options for the modes. If the
modes already specify -Djava.security.manager=*, then it will be overwritten
by EXTRA_OPTIONS.

JAVA_TOOL_OPTIONS works with both OpenJ9 and Hotspot. It prepends JVM options
at startup so it will not overwrite the JVM options for the modes.

Leading tabs have the potential to cause elements of makefiles to be
considered part of a recipe instead of part of the global structure: use
spaces instead.

Fixes: eclipse-openj9/openj9#14495
Related: eclipse-openj9/openj9#14449

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
babsingh added a commit to babsingh/aqa-tests that referenced this pull request Feb 14, 2022
Setting JVM_OPTIONS overwrites the modes.

EXTRA_OPTIONS will always append to the JVM options for the modes. If the
modes already specify -Djava.security.manager=*, then it will be overwritten
by EXTRA_OPTIONS.

JAVA_TOOL_OPTIONS works with both OpenJ9 and Hotspot. It prepends JVM options
at startup so it will not overwrite the JVM options for the modes.

Leading tabs have the potential to cause elements of makefiles to be
considered part of a recipe instead of part of the global structure: use
spaces instead.

Fixes: eclipse-openj9/openj9#14495
Related: eclipse-openj9/openj9#14449

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
babsingh added a commit to babsingh/aqa-tests that referenced this pull request Feb 14, 2022
Setting JVM_OPTIONS overwrites the modes.

EXTRA_OPTIONS will always append to the JVM options for the modes. If the
modes already specify -Djava.security.manager=*, then it will be overwritten
by EXTRA_OPTIONS.

JAVA_TOOL_OPTIONS works with both OpenJ9 and Hotspot. It prepends JVM options
at startup so it will not overwrite the JVM options for the modes.

Leading tabs have the potential to cause elements of makefiles to be
considered part of a recipe instead of part of the global structure: use
spaces instead. For consistency, 2 spaces are used in this file for a
tab.

Fixes: eclipse-openj9/openj9#14495
Related: eclipse-openj9/openj9#14449

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
babsingh added a commit to babsingh/aqa-tests that referenced this pull request Feb 14, 2022
Setting JVM_OPTIONS overwrites the modes.

EXTRA_OPTIONS will always append to the JVM options for the modes. If the
modes already specify -Djava.security.manager=*, then it will be overwritten
by EXTRA_OPTIONS.

JAVA_TOOL_OPTIONS works with both OpenJ9 and Hotspot. It prepends JVM options
at startup so it will not overwrite the JVM options for the modes.

Leading tabs have the potential to cause elements of makefiles to be
considered part of a recipe instead of part of the global structure: use
spaces instead. For consistency, 2 spaces are used in this file for a
tab.

Fixes: eclipse-openj9/openj9#14495
Related: eclipse-openj9/openj9#14449

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
babsingh added a commit to babsingh/aqa-tests that referenced this pull request Feb 14, 2022
Setting JVM_OPTIONS overwrites the modes.

EXTRA_OPTIONS will always append to the JVM options for the modes. If the
modes already specify -Djava.security.manager=*, then it will be overwritten
by EXTRA_OPTIONS.

JAVA_TOOL_OPTIONS works with both OpenJ9 and Hotspot. It prepends JVM options
at startup so it will not overwrite the JVM options for the modes.

Leading tabs have the potential to cause elements of makefiles to be
considered part of a recipe instead of part of the global structure: use
spaces instead. For consistency, 2 spaces are used in this file for a
tab.

Fixes: eclipse-openj9/openj9#14495
Related: eclipse-openj9/openj9#14449

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
babsingh added a commit to babsingh/aqa-tests that referenced this pull request Feb 18, 2022
Setting JVM_OPTIONS overwrites the modes.

EXTRA_OPTIONS will always append to the JVM options for the modes. If the
modes already specify -Djava.security.manager=*, then it will be overwritten
by EXTRA_OPTIONS.

JAVA_TOOL_OPTIONS works with both OpenJ9 and Hotspot. It prepends JVM options
at startup so it will not overwrite the JVM options for the modes.

Leading tabs have the potential to cause elements of makefiles to be
considered part of a recipe instead of part of the global structure: use
spaces instead. For consistency, 2 spaces are used in this file for a
tab.

Fixes: eclipse-openj9/openj9#14495
Related: eclipse-openj9/openj9#14449

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
llxia pushed a commit to adoptium/aqa-tests that referenced this pull request Feb 18, 2022
Setting JVM_OPTIONS overwrites the modes.

EXTRA_OPTIONS will always append to the JVM options for the modes. If the
modes already specify -Djava.security.manager=*, then it will be overwritten
by EXTRA_OPTIONS.

JAVA_TOOL_OPTIONS works with both OpenJ9 and Hotspot. It prepends JVM options
at startup so it will not overwrite the JVM options for the modes.

Leading tabs have the potential to cause elements of makefiles to be
considered part of a recipe instead of part of the global structure: use
spaces instead. For consistency, 2 spaces are used in this file for a
tab.

Fixes: eclipse-openj9/openj9#14495
Related: eclipse-openj9/openj9#14449

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants