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
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
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
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
> $ 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
> 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
-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
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
-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