Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
8260289: Unable to customize module lists after change JDK-8258411
Browse files Browse the repository at this point in the history
Reviewed-by: ihse, alanb
  • Loading branch information
Andrew Leonard committed Jan 25, 2021
1 parent 73c78c8 commit 12ccd21
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions make/common/Modules.gmk
@@ -1,5 +1,5 @@
#
# Copyright (c) 2014, 2020, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2014, 2021, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -26,9 +26,6 @@
ifndef _MODULES_GMK
_MODULES_GMK := 1

# Hook to include the corresponding custom file, if present.
$(eval $(call IncludeCustomExtension, common/Modules.gmk))

################################################################################
# Setup module sets for classloaders

Expand All @@ -48,6 +45,11 @@ include $(TOPDIR)/make/conf/docs-modules.conf

include $(TOPDIR)/make/conf/build-module-sets.conf

################################################################################
# Hook to include the corresponding custom file, if present.
# Allowing MODULE list extensions setup above.
$(eval $(call IncludeCustomExtension, common/Modules.gmk))

################################################################################
# Depending on the configuration, we might need to filter out some modules that
# normally should have been included
Expand Down

0 comments on commit 12ccd21

Please sign in to comment.