-
Bug
-
Resolution: Fixed
-
P3
-
9
-
None
-
b66
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082732 | emb-9 | Ingemar Åberg | P3 | Resolved | Fixed | team |
The file hotspot/test/Makefile provides
-include $(ALT_MAKE)/Makefile
close to the top (before most variables are set). It's not possible to add targets depending on the variables to that file.
Another -include line after the variables are defined needs to be added for any custom targets .
-include $(ALT_MAKE)/Makefile
close to the top (before most variables are set). It's not possible to add targets depending on the variables to that file.
Another -include line after the variables are defined needs to be added for any custom targets .
- backported by
-
JDK-8082732 Add convenient way of adding custom test targets to hotspot's test makefile
- Resolved