Jim Meyering wrote:
> * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
> diagnostic when .prev-version does not exist.
> (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
> (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
> nonexistent cfg.mk.
So now I've w
Jim Meyering wrote:
...
> Good ideas both.
> I've been annoyed at least by the .prev-version one
> so propose this change to avoid the diagnostics:
I've corrected the spelling of Simon's last name (thanks for
spotting those, Ralf!) and pushed this change:
>From ef70f5d61674108ba5d0fc1efe02d136d31
Simon Josefsson wrote:
> Bruno Haible writes:
>
>>> ./.prev-version: No such file or directory
>>> sed: can't read ./cfg.mk: No such file or directory
>>> make all-recursive
>>> ./.prev-version: No such file or directory
>>> sed: can't read ./cfg.mk: No such file or directory
>>
>> This is a bug
Hi all, here is a version of pipe-filter that works under Win32
too (tested with Wine), has tests, and so on.
Testing under native Windows would be appreciated.
Bruno, what do you think?
Paolo
2009-07-25 Paolo Bonzini
* lib/pipe-filter.c: New.
* lib/pipe-filter.h: New.
Bruno Haible writes:
>> ./.prev-version: No such file or directory
>> sed: can't read ./cfg.mk: No such file or directory
>> make all-recursive
>> ./.prev-version: No such file or directory
>> sed: can't read ./cfg.mk: No such file or directory
>
> This is a bug in gnulib-tool and the maintainer
[Re-adding bug-gnulib as CC.]
Matt Kraai wrote:
> When I ran
>
> ./gnulib-tool --create-testdir --dir=/tmp/testdir csharpcomp fbufmode
> fpurge freadable freadahead freading freadptr freadseek fseeko fseterr
> fwritable
>
> (which are the modules that mention QNX) and ran "make check", there
>