common Makefile.common,1.121,1.122

Toshio くらとみ toshio at fedoraproject.org
Wed Feb 25 15:52:37 UTC 2009


Author: toshio

Update of /cvs/pkgs/common
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9606

Modified Files:
	Makefile.common 
Log Message:
Print a nice error message if FILES is not set when running new-sources.



Index: Makefile.common
===================================================================
RCS file: /cvs/pkgs/common/Makefile.common,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- Makefile.common	22 Dec 2008 03:55:42 -0000	1.121
+++ Makefile.common	25 Feb 2009 15:52:07 -0000	1.122
@@ -308,6 +308,9 @@
 	@if grep "^/sources/" CVS/Entries >/dev/null; then true ; else cvs -Q add sources; fi
 	@echo "Source upload succeeded. Don't forget to commit the new ./sources file"
 	@cvs update sources .cvsignore
+else
+upload new-source new-sources:
+	@echo "FILES variable not set!"
 endif
 
 # allow overriding buildarch so you can do, say, an i386 build on x86_64




More information about the scm-commits mailing list