Explorar el Código

Allow building single targets (like single packages etc.)

Matthias Schiffer hace 10 años
padre
commit
14b52a6fd4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Makefile

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