From 8b8c8bf7cb0ed782d727440a0f2c59d464971353 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 23 Apr 2013 18:50:53 -0700 Subject: [PATCH] Fix 'make release RELEASE_VERSION=master' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94d3bfc968..d4c126acc4 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ release: $(BINRELEASE) $(SRCRELEASE): rm -fr $(SRCRELEASE) git clone $(GIT_ROOT) $(SRCRELEASE) - cd $(SRCRELEASE); git checkout -b $(RELEASE_VERSION) + cd $(SRCRELEASE); git checkout -q $(RELEASE_VERSION) # A binary release ready to be uploaded to a mirror $(BINRELEASE): $(SRCRELEASE)