瀏覽代碼

Change all occurences of BRANCH to GLUON_BRANCH...

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

+ 2 - 2
Makefile

@@ -69,7 +69,7 @@ download prepare images: FORCE
 
 manifest: FORCE
 	@$(CheckExternal)
-	[ -n "$(BRANCH)" ] || (echo 'Please set BRANCH to create a manifest.'; false)
+	[ -n "$(GLUON_BRANCH)" ] || (echo 'Please set GLUON_BRANCH to create a manifest.'; false)
 	+@$(GLUONMAKE) $@
 
 dirclean: clean
@@ -308,7 +308,7 @@ manifest: FORCE
 					"$$file" && break; \
 			done; \
 		) \
-	) :)) > $(GLUON_IMAGEDIR)/sysupgrade/$(BRANCH).manifest
+	) :)) > $(GLUON_IMAGEDIR)/sysupgrade/$(GLUON_BRANCH).manifest
 
 
 .PHONY: all images prepare clean cleanall