diff Makefile @ 21640:4bfb721de6dd

buildrpm: remove prompt for uncommitted changes - it was a bad idea We want a command that is useful in scripts, not an interactive command.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 15 May 2014 01:48:37 +0200
parents a9e1ab2da30d
children 246b6a9c8d8f
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -144,7 +144,7 @@
 
 fedora:
 	mkdir -p packages/fedora
-	echo y | contrib/buildrpm
+	contrib/buildrpm
 	cp rpmbuild/RPMS/*/* packages/fedora
 	cp rpmbuild/SRPMS/* packages/fedora
 	rm -rf rpmbuild
@@ -155,7 +155,7 @@
 
 centos6:
 	mkdir -p packages/centos6
-	echo y | contrib/buildrpm
+	contrib/buildrpm
 	cp rpmbuild/RPMS/*/* packages/centos6
 	cp rpmbuild/SRPMS/* packages/centos6