[PATCH] Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flags
Andreas Schwab
schwab@suse.de
Wed Jul 8 09:46:00 GMT 2015
"Carlos O'Donell" <carlos@redhat.com> writes:
> diff --git a/Makefile b/Makefile
> index 658ccfa..c88b2e5 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -262,7 +262,7 @@ endif
>
> $(objpfx)check-local-headers.out: scripts/check-local-headers.sh
> AWK='$(AWK)' scripts/check-local-headers.sh \
> - "$(includedir)" "$(objpfx)" > $@; \
> + "$(includedir)" "$(objpfx)" < /dev/null > $@; \
> $(evaluate-test)
This isn't the only problem with check-local-headers. It should really
make sure all *.dt files have been converted to *.d files first.
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
More information about the Libc-alpha
mailing list