Re: dist-git wordsmithing wanted

2010-07-21 Thread Hans Ulrich Niedermann
On Wed, 2010-07-21 at 06:34 -0400, Toshio Kuratomi wrote: > On Tue, Jul 20, 2010 at 10:38:12PM -0700, Jesse Keating wrote: > > It was suggested to keep the Makefile that exists in every package > > module/branch in CVS right now, but set it up so that any Make command > > issued would print a remi

Re: dist-git wordsmithing wanted

2010-07-21 Thread Christof Damian
On Wed, Jul 21, 2010 at 11:01, Hans Ulrich Niedermann wrote: > > Count me in on this reminder: > > make: *** No targets specified and no makefile found.  Stop. I like that one. There is nothing worse that keeping code that doesn't do anything. -- devel mailing list devel@lists.fedoraproject.org

Re: dist-git wordsmithing wanted

2010-07-21 Thread Toshio Kuratomi
On Tue, Jul 20, 2010 at 10:38:12PM -0700, Jesse Keating wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > It was suggested to keep the Makefile that exists in every package > module/branch in CVS right now, but set it up so that any Make command > issued would print a reminder to the us

Re: dist-git wordsmithing wanted

2010-07-21 Thread Hans Ulrich Niedermann
On Tue, 2010-07-20 at 23:31 -0700, Roland McGrath wrote: > > It was suggested to keep the Makefile that exists in every package > > module/branch in CVS right now, but set it up so that any Make command > > issued would print a reminder to the user that the Make system has been > > retired and to u

Re: dist-git wordsmithing wanted

2010-07-20 Thread Roland McGrath
> $ cat Makefile > # Makefile for source rpm: pungi > # $Id$ > .PHONY :: $(ARCHES) sources uploadsource upload export check build-check [...] Just use a single .DEFAULT: or %: rule, you don't need to list anything. (And :: is almost never what you meant.) Thanks, Roland -- devel mailing list de

Re: dist-git wordsmithing wanted

2010-07-20 Thread Roland McGrath
> It was suggested to keep the Makefile that exists in every package > module/branch in CVS right now, but set it up so that any Make command > issued would print a reminder to the user that the Make system has been > retired and to use fedpkg. So the expectation would be people leave this boile

Re: dist-git wordsmithing wanted

2010-07-20 Thread Jesse Keating
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/20/2010 10:48 PM, Pierre-Yves wrote: > On Tue, 2010-07-20 at 22:38 -0700, Jesse Keating wrote: >> $ make tag >> Make system retired, please use fedpkg. See fedpkg --help >> >> Suggestions on what to put in here? > Might be nice to already print

Re: dist-git wordsmithing wanted

2010-07-20 Thread Pierre-Yves
On Tue, 2010-07-20 at 22:38 -0700, Jesse Keating wrote: > $ make tag > Make system retired, please use fedpkg. See fedpkg --help > > Suggestions on what to put in here? Might be nice to already print the equivalent command: $ make tag Make system retired, please use fedpkg. The equivalent funct

dist-git wordsmithing wanted

2010-07-20 Thread Jesse Keating
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It was suggested to keep the Makefile that exists in every package module/branch in CVS right now, but set it up so that any Make command issued would print a reminder to the user that the Make system has been retired and to use fedpkg. I could use so