mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-05 02:02:31 +00:00
8146425: After change 8142907 'EXCLUDE_FILE' is wrongly interpreted as pattern
Reviewed-by: erikj
This commit is contained in:
parent
2cfdb95251
commit
986ef090f1
@ -58,7 +58,10 @@ endif
|
||||
ifeq ($(OPENJDK_TARGET_OS), aix)
|
||||
BUILD_LIBNIO_MAPFILE:=$(JDK_TOPDIR)/make/mapfiles/libnio/mapfile-$(OPENJDK_TARGET_OS)
|
||||
BUILD_LIBNIO_EXFILES += \
|
||||
NativeThread.c
|
||||
/NativeThread.c
|
||||
# Notice: we really need the leading slash here because otherwise every
|
||||
# FILE_NAME in EXCLUDE_FILES will actually match any file ending in FILE_NAME
|
||||
# (e.g. 'NativeThread.c' will also exclude 'AixNativeThread.c').
|
||||
endif
|
||||
|
||||
$(eval $(call SetupNativeCompilation,BUILD_LIBNIO, \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user