Преглед изворни кода

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