This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flags


"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."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]