瀏覽代碼

Allow building single targets (like single packages etc.)

Matthias Schiffer 10 年之前
父節點
當前提交
14b52a6fd4
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Makefile

+ 3 - 0
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) $@