Re: maint.mk: suppress missing-file diagnostics [Re: errors on QNX 6.4.1

2009-07-25 Thread Bruno Haible
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

Re: maint.mk: suppress missing-file diagnostics [Re: errors on QNX 6.4.1

2009-07-25 Thread Jim Meyering
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

maint.mk: suppress missing-file diagnostics [Re: errors on QNX 6.4.1

2009-07-25 Thread Jim Meyering
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

[PATCH] My version of pipe-filter

2009-07-25 Thread Paolo Bonzini
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.

Re: errors on QNX 6.4.1

2009-07-25 Thread Simon Josefsson
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: errors on QNX 6.4.1

2009-07-25 Thread Bruno Haible
[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 >