groff
[Top][All Lists]
Advanced

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

Re: [Groff] Compression support for files?


From: Steffen Nurpmeso
Subject: Re: [Groff] Compression support for files?
Date: Thu, 17 Jul 2014 13:13:39 +0200
User-agent: s-nail v14.7.4-3-g32d76ea

Keith Marshall <address@hidden> wrote:
 |I consider this to be a regression.

The last Windows i've seen anything of other than the browser
window in an Internet Café was 95B (with Plus package).
I really wouldn't know how to help you (and/but recalling the
select(2) wrapper-implementation of Cygwin of ~2002 i'd rather
wonder if anyone can; waiting on multiple objects seems to be your
daily bread)!

--steffen
--- Begin Message --- Subject: Re: [Groff] Compression support for files? Date: Wed, 16 Jul 2014 21:13:42 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
Not directly related to subject, but (in an attached diff) ...

On 16/07/14 17:53, Steffen Nurpmeso wrote:
> -# not all make programs have $(RM) predefined.
> -RM=rm -f

Why?  This is unnecessary, and a bad change; please don't do it!

> -     $(RM) $(DESTDIR)$(bindir)/gideal
> +     rm -f $(DESTDIR)$(bindir)/gideal

See, the entire purpose of defining a macro for RM is that it gives me,
as a package builder, the option to override the default 'rm -f'.  By
removing that definition, you've not changed the default behaviour in
any way, but you've robbed me of the option to substitute a preferred
alternative.  I consider this to be a regression.

-- 
Regards,
Keith.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]