Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move ddrgen step outside of building VM. #2588

Merged
merged 1 commit into from
Aug 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions runtime/ddr/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -410,26 +410,4 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-excepti
</objects>
</artifact>

<artifact type="target" name="omrddrgen">
<include-if condition="spec.flags.module_ddr and spec.flags.opt_useOmrDdr"/>
<dependencies>
<dependency name="phase_core"/>
<dependency name="phase_j2se"/>
<dependency name="phase_util"/>
<dependency name="win">
<include-if condition="spec.flags.module_windbg and not spec.flags.J9VM_ENV_DATA64" />
</dependency>
<dependency name="win_64">
<include-if condition="spec.flags.module_windbg and spec.flags.J9VM_ENV_DATA64" />
</dependency>
<dependency name="jvmtitest">
<include-if condition="spec.win_.*"/>
</dependency>
</dependencies>
<commands>
<command line="$(MAKE) -C ddr -f run_omrddrgen.mk" type="all"/>
<command line="$(MAKE) -C ddr -f run_omrddrgen.mk clean" type="clean"/>
</commands>
</artifact>

</module>