Skip to content
Snippets Groups Projects
Commit 9d4983fe authored by Pekka Enberg's avatar Pekka Enberg
Browse files

Revert "build: Skip rebuild of usr.img on osv.vmdk and osv.vdi target"


This reverts commit df30ec8d. It breaks
building "osv.vdi" altogether.

Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent 87001a10
No related branches found
Tags v0.06
No related merge requests found
...@@ -44,7 +44,7 @@ check: export image ?= tests ...@@ -44,7 +44,7 @@ check: export image ?= tests
check: all check: all
./scripts/test.py ./scripts/test.py
osv.vmdk osv.vdi: usr.img osv.vmdk osv.vdi: all
$(MAKE) -r -C $(dir $(submake)) $@ $(MAKE) -r -C $(dir $(submake)) $@
.PHONY: osv.vmdk osv.vdi .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