Allow building single targets (like single packages etc.)

This commit is contained in:
Matthias Schiffer 2014-05-09 09:06:41 +02:00
parent f873d6b462
commit 14b52a6fd4
1 changed files with 3 additions and 0 deletions

View File

@ -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) $@