8006808: mapfile use check in jdk/make/common/shared/Defs-solaris.gmk is throwing 'egrep: syntax error'
authortbell
Fri Feb 01 09:16:19 2013 -0800 (3 months ago)
changeset 647335cf77f633c9
parent 6472c5a7ac2a721f
child 64745692ebe15321
child 657877668918a388
8006808: mapfile use check in jdk/make/common/shared/Defs-solaris.gmk is throwing 'egrep: syntax error'
Summary: Use a valid egrep expression in the non-SPARC case
Reviewed-by: dholmes
make/common/shared/Defs-solaris.gmk
--- a/make/common/shared/Defs-solaris.gmk Thu Jan 31 14:03:42 2013 +0100
+++ b/make/common/shared/Defs-solaris.gmk Fri Feb 01 09:16:19 2013 -0800
@@ -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