Re: [PATCH 0/1] Do use ALL_CFLAGS in hdr-check

2019-08-26 Thread Junio C Hamano
"Johannes Schindelin via GitGitGadget" writes: > When I was playing with the Makefile target hdr-check, it looked as if it > missed the correct CFLAGS. Without them, on Windows an attempt is made to > include syslog.h, which does not make sense at all. Makes sense. Thanks.

[PATCH 0/1] Do use ALL_CFLAGS in hdr-check

2019-08-24 Thread Johannes Schindelin via GitGitGadget
When I was playing with the Makefile target hdr-check, it looked as if it missed the correct CFLAGS. Without them, on Windows an attempt is made to include syslog.h, which does not make sense at all. This patch addresses that. Johannes Schindelin (1): hdr-check: make it work on Windows Makefi