From 14b52a6fd4370a2f12208745ef4a4d966b6e8b19 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 9 May 2014 09:06:41 +0200 Subject: [PATCH] Allow building single targets (like single packages etc.) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2b9b4ab3..b6bb983e 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,9 @@ all: gluon-tools download prepare images: gluon-tools +@$(GLUONMAKE) $@ +tools/% toolchain/% package/% target/%: gluon-tools + +@$(GLUONMAKE) $@ + manifest: gluon-tools [ -n "$(GLUON_BRANCH)" ] || (echo 'Please set GLUON_BRANCH to create a manifest.'; false) +@$(GLUONMAKE) $@