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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 25 Feb 2009 13:06:45 +0100, Mary wrote:

> On Wed, Feb 25, 2009 at 11:59 AM, Michael Schwendt <mschwendt@xxxxxxxxx> wrote:
> > On Wed, 25 Feb 2009 11:47:51 +0100, Mary wrote:
> >
> >>     make new-sources SOURCES="a b c"
> >
> > Try:  make new-sources FILES="..."
> 
> Oh. Whoops. *blush* ... of course, that works. I knew it was something
> silly like that but I just couldn't see it.

It could be fixed:

diff -u -r1.120 Makefile.common
--- Makefile.common	11 Nov 2008 17:55:32 -0000	1.120
+++ Makefile.common	25 Feb 2009 12:52:31 -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:
+	@if test -z "${FILES}" ; then echo "FILES variable not set!" ; fi
 endif
 
 # allow overriding buildarch so you can do, say, an i386 build on x86_64

-- 
fedora-devel-list mailing list
fedora-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux