Skip to content

Commit 3743773

Browse files
committed
8355725: SPEC_FILTER stopped working
1 parent 2e8b195 commit 3743773

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

make/Docs.gmk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,9 @@ $(eval $(call SetupApiDocsGeneration, REFERENCE_API, \
542542
# Format: space-delimited list of names, including at most one '%' as a
543543
# wildcard. Spec source files match if their filename or any enclosing folder
544544
# name matches one of the items in SPEC_FILTER.
545-
SPEC_FILTER := %
545+
ifeq ($(SPEC_FILTER), )
546+
SPEC_FILTER := %
547+
endif
546548

547549
ApplySpecFilter = \
548550
$(strip $(foreach file, $(1), \

0 commit comments

Comments
 (0)