Loading... (original) (raw)
- Type:
Bug
- Resolution: Fixed
- Priority:
P3
- Fix Version/s: 8
- Affects Version/s: 8
When more than one configuration is present, a subset of these can be selected using make CONF=x. If this subset contains more than one configuration, the build will fail. This is due to a hard-coded reference to the old name of the Makefile, which was not properly updated when the old build system was removed and the names was changed.
backported by
JDK-8030252 Building multiple configurations fails after removal of old build system
- Resolved