8314555: Build with mawk fails on Windows
Reviewed-by: erikj
This commit is contained in:
parent
4a50e87592
commit
3285a1efc8
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved.
|
# Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
#
|
#
|
||||||
# This code is free software; you can redistribute it and/or modify it
|
# This code is free software; you can redistribute it and/or modify it
|
||||||
@ -118,7 +118,7 @@ else ifeq ($(call isTargetOs, windows), true)
|
|||||||
|
|
||||||
FILTER_SYMBOLS_AWK_SCRIPT := \
|
FILTER_SYMBOLS_AWK_SCRIPT := \
|
||||||
'{ \
|
'{ \
|
||||||
if ($$7 ~ /??_7.*@@6B@/ && $$7 !~ /type_info/ && $$7 !~ /lambda/) print $$7; \
|
if ($$7 ~ /\?\?_7.*@@6B@/ && $$7 !~ /type_info/ && $$7 !~ /lambda/) print $$7; \
|
||||||
}'
|
}'
|
||||||
|
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user