Mike Burns
2010-Apr-07 14:44 UTC
[Ovirt-devel] [PATCH node] Fix defaulting of OVIRT_CACHE_DIR in recipe makefile
Due to a typo, the defaulting of OVIRT_CACHE_DIR in the recipe Makefile.am was broken. Signed-off-by: Mike Burns <mburns at redhat.com> --- recipe/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipe/Makefile.am b/recipe/Makefile.am index fb34437..d09905a 100644 --- a/recipe/Makefile.am +++ b/recipe/Makefile.am @@ -27,7 +27,7 @@ ARCH = $(shell rpm --eval '%{_arch}') OVIRT_NODE_RECIPE = ovirt-node-recipe.ks PKG_FMT = iso PACKAGE = ovirt-node-image -OVIRT_CACHE_DIR ? =$(HOME)/ovirt-cache +OVIRT_CACHE_DIR ?= $(HOME)/ovirt-cache NODE_TMP = $(OVIRT_CACHE_DIR)/$(PACKAGE)-$(ARCH)-tmp OVIRT_LOCAL_REPO ?= file://$(OVIRT_CACHE_DIR)/ovirt NODE_KS = $(NODE_TMP)/node.ks -- 1.6.6.1
Darryl L. Pierce
2010-Apr-07 14:57 UTC
[Ovirt-devel] [PATCH node] Fix defaulting of OVIRT_CACHE_DIR in recipe makefile
On Wed, Apr 07, 2010 at 10:44:35AM -0400, Mike Burns wrote:> Due to a typo, the defaulting of OVIRT_CACHE_DIR in the recipe > Makefile.am was broken. > > Signed-off-by: Mike Burns <mburns at redhat.com> > --- > recipe/Makefile.am | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/recipe/Makefile.am b/recipe/Makefile.am > index fb34437..d09905a 100644 > --- a/recipe/Makefile.am > +++ b/recipe/Makefile.am > @@ -27,7 +27,7 @@ ARCH = $(shell rpm --eval '%{_arch}') > OVIRT_NODE_RECIPE = ovirt-node-recipe.ks > PKG_FMT = iso > PACKAGE = ovirt-node-image > -OVIRT_CACHE_DIR ? =$(HOME)/ovirt-cache > +OVIRT_CACHE_DIR ?= $(HOME)/ovirt-cache > NODE_TMP = $(OVIRT_CACHE_DIR)/$(PACKAGE)-$(ARCH)-tmp > OVIRT_LOCAL_REPO ?= file://$(OVIRT_CACHE_DIR)/ovirt > NODE_KS = $(NODE_TMP)/node.ks > -- > 1.6.6.1 > > _______________________________________________ > Ovirt-devel mailing list > Ovirt-devel at redhat.com > https://www.redhat.com/mailman/listinfo/ovirt-develACK and pushed. -- Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20100407/35abf951/attachment.sig>