mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-14 07:29:51 +00:00
6825175: Remove or disable sanity check on binary plugs
Reviewed-by: xdono
This commit is contained in:
parent
5953ff9720
commit
8ed0a99cb6
@ -502,13 +502,15 @@ endif
|
||||
######################################################
|
||||
ifdef OPENJDK
|
||||
sane-binary-plugs:
|
||||
ifeq ($(IMPORT_BINARY_PLUGS),true)
|
||||
@if [ ! -d "$(BINARY_PLUGS_PATH)" ]; then \
|
||||
$(ECHO) "ERROR: Can't locate pre-built libraries. \n" \
|
||||
$(ECHO) "WARNING: Can't locate pre-built libraries. \n" \
|
||||
" Please check your access to \n" \
|
||||
" $(BINARY_PLUGS_PATH) \n" \
|
||||
" and/or check your value of ALT_BINARY_PLUGS_PATH. \n" \
|
||||
"" >> $(ERROR_FILE); \
|
||||
"" >> $(WARNING_FILE); \
|
||||
fi
|
||||
endif
|
||||
endif
|
||||
|
||||
######################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user