mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-12 04:05:26 +00:00
8006808: mapfile use check in jdk/make/common/shared/Defs-solaris.gmk is throwing 'egrep: syntax error'
Use a valid egrep expression in the non-SPARC case Reviewed-by: dholmes
This commit is contained in:
parent
2b389730e2
commit
6b4b68a145
@ -211,7 +211,9 @@ ifeq ($(ARCH_FAMILY),sparc)
|
||||
MAPFILE_EXCEPTIONS = \
|
||||
(libjdgaSUNWafb|libjdgaSUNWcg6|libjdgaSUNWffb|libjdgaSUNWm64|libxinerama)
|
||||
else
|
||||
MAPFILE_EXCEPTIONS = ()
|
||||
# At present there are no exceptions for non
|
||||
# SPARC. Use a harmless value.
|
||||
MAPFILE_EXCEPTIONS = (NO_EXCEPTIONS)
|
||||
endif
|
||||
|
||||
# Macro to check it's input file for banned dependencies and verify the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user