Allow building single targets (like single packages etc.)
This commit is contained in:
parent
f873d6b462
commit
14b52a6fd4
3
Makefile
3
Makefile
@ -70,6 +70,9 @@ all: gluon-tools
|
|||||||
download prepare images: gluon-tools
|
download prepare images: gluon-tools
|
||||||
+@$(GLUONMAKE) $@
|
+@$(GLUONMAKE) $@
|
||||||
|
|
||||||
|
tools/% toolchain/% package/% target/%: gluon-tools
|
||||||
|
+@$(GLUONMAKE) $@
|
||||||
|
|
||||||
manifest: gluon-tools
|
manifest: gluon-tools
|
||||||
[ -n "$(GLUON_BRANCH)" ] || (echo 'Please set GLUON_BRANCH to create a manifest.'; false)
|
[ -n "$(GLUON_BRANCH)" ] || (echo 'Please set GLUON_BRANCH to create a manifest.'; false)
|
||||||
+@$(GLUONMAKE) $@
|
+@$(GLUONMAKE) $@
|
||||||
|
Loading…
Reference in New Issue
Block a user