Browse code

Fix 'make release RELEASE_VERSION=master'

Solomon Hykes authored on 2013/04/24 10:50:53
Showing 1 changed files
... ...
@@ -48,7 +48,7 @@ release: $(BINRELEASE)
48 48
 $(SRCRELEASE):
49 49
 	rm -fr $(SRCRELEASE)
50 50
 	git clone $(GIT_ROOT) $(SRCRELEASE)
51
-	cd $(SRCRELEASE); git checkout -b $(RELEASE_VERSION)
51
+	cd $(SRCRELEASE); git checkout -q $(RELEASE_VERSION)
52 52
 
53 53
 # A binary release ready to be uploaded to a mirror
54 54
 $(BINRELEASE): $(SRCRELEASE)