From 91b5e962ec7e064e4dbe692916be922b19c2770a Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Mon, 14 Sep 2015 10:22:42 +0000 Subject: [PATCH] Allow per-appliance build directories. This allows different appliances from the same profile to be built simultaneously. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12d4229..f163b1a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ APPLIANCE ?= base -CHROOT = $(CURDIR)/build VABUILDER_OUTPUT := $(CURDIR) +CHROOT = $(VABUILDER_OUTPUT)/build/$(APPLIANCE) PKGDIR = $(VABUILDER_OUTPUT)/packages DISTDIR = $(CURDIR)/distfiles PORTAGE_DIR = $(CURDIR)/portage