diff options
author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2016-03-04 14:33:32 +0900 |
---|---|---|
committer | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2016-03-04 23:39:23 +0900 |
commit | 3e56d7456e55b46ceb1dbca6a8f5cbc5150e18f5 (patch) | |
tree | 5915979baf9ddc4f509c28f028b0befb0526cd5a /Makefile | |
parent | a05a3660eaf913689d89dd2187415d8b211aabb2 (diff) | |
download | vyos-build-3e56d7456e55b46ceb1dbca6a8f5cbc5150e18f5.tar.gz vyos-build-3e56d7456e55b46ceb1dbca6a8f5cbc5150e18f5.zip |
Add qemu image build scripts
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -37,6 +37,13 @@ prepare-package-env: @scripts/pbuilder-config @scripts/pbuilder-setup +.PHONY: qemu +.ONESHELL: +qemu: + @set -e + @scripts/check-vm-build-env + @scripts/build-qemu-image + .PHONY: clean .ONESHELL: clean: |