-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 24
-
Component/s: infrastructure
-
b25
make help fails after JDK-8340818 due to a missing parenthese
```
make help >/dev/null; echo $?
make/Global.gmk:34: *** unterminated call to function `info': missing `)'. Stop.
2
```
```
make help >/dev/null; echo $?
make/Global.gmk:34: *** unterminated call to function `info': missing `)'. Stop.
2
```
- links to
-
Commit(master)
openjdk/jdk/7ef26330
-
Review(master)
openjdk/jdk/22089