Allow per-appliance build directories.

This allows different appliances from the same profile to be built
simultaneously.
This commit is contained in:
Albert Hopkins 2015-09-14 10:22:42 +00:00
parent 1da2ba10dd
commit 91b5e962ec
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
APPLIANCE ?= base APPLIANCE ?= base
CHROOT = $(CURDIR)/build
VABUILDER_OUTPUT := $(CURDIR) VABUILDER_OUTPUT := $(CURDIR)
CHROOT = $(VABUILDER_OUTPUT)/build/$(APPLIANCE)
PKGDIR = $(VABUILDER_OUTPUT)/packages PKGDIR = $(VABUILDER_OUTPUT)/packages
DISTDIR = $(CURDIR)/distfiles DISTDIR = $(CURDIR)/distfiles
PORTAGE_DIR = $(CURDIR)/portage PORTAGE_DIR = $(CURDIR)/portage