-
Bug
-
Resolution: Fixed
-
P4
-
25
-
master
The SPEC_FILTER make variable is meant to be used to create small documentation bundles that just contain some selected files. Example usage:
make docs-specs-zip SPEC_FILTER="%-jls.md copyright.html %logo.gif resources"
The fix forJDK-8349143 caused the feature to stop working: no matter what the filter variables says, all the specs get built. This is a regression, old behavior needs to be restored.
make docs-specs-zip SPEC_FILTER="%-jls.md copyright.html %logo.gif resources"
The fix for
- caused by
-
JDK-8349143 All make control variables need special propagation
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/63d0e7ff
-
Review(master) openjdk/jdk/25476