make: *** No rule to make target `new-sources'. Stop.

Michael Schwendt mschwendt at gmail.com
Wed Feb 25 12:57:18 UTC 2009


Or even:

diff -u -r1.121 Makefile.common
--- Makefile.common	22 Dec 2008 03:55:42 -0000	1.121
+++ Makefile.common	25 Feb 2009 12:56:30 -0000
@@ -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 fedora-devel-list mailing list