File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2011, 2024 , Oracle and/or its affiliates. All rights reserved.
2
+ # Copyright (c) 2011, 2025 , Oracle and/or its affiliates. All rights reserved.
3
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
#
5
5
# This code is free software; you can redistribute it and/or modify it
@@ -211,13 +211,15 @@ ifeq ($(HAS_SPEC), )
211
211
$$(if $$(findstring $$(CONF), $$(var)), $$(var))))
212
212
endif
213
213
ifneq ($$(filter $$(CONF), $$(matching_confs)), )
214
+ ifneq ($$(word 2, $$(matching_confs)), )
215
+ # Don't repeat this output on make restarts caused by including
216
+ # generated files.
217
+ ifeq ($$(MAKE_RESTARTS), )
218
+ $$(info Using exact match for CONF=$$(CONF) (other matches are possible))
219
+ endif
220
+ endif
214
221
# If we found an exact match, use that
215
222
matching_confs := $$(CONF)
216
- # Don't repeat this output on make restarts caused by including
217
- # generated files.
218
- ifeq ($$(MAKE_RESTARTS), )
219
- $$(info Using exact match for CONF=$$(CONF) (other matches are possible))
220
- endif
221
223
endif
222
224
endif
223
225
ifeq ($$(matching_confs), )
You can’t perform that action at this time.
0 commit comments