Skip to content
Snippets Groups Projects
Commit a69b2d2d authored by Takuya ASADA's avatar Takuya ASADA Committed by Pekka Enberg
Browse files

Support 'make osv.vmdk' without 'make all'


Add 'all' as dependent target of osv.vmdk/.vdi, to prevent build error.

Signed-off-by: default avatarTakuya ASADA <syuu@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent c9c94f51
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ check: export image ?= tests
check: all
./scripts/test.py
osv.vmdk osv.vdi:
osv.vmdk osv.vdi: all
$(MAKE) -r -C $(dir $(submake)) $@
.PHONY: osv.vmdk osv.vdi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment