freebsd-dev/lib/ncurses
John Baldwin 338b22234b Pass the full CFLAGS to cpp for MKlib_gen.sh.
GCC's cpp was exiting immediately when it failed to find requested
includes (<ncurses_cfg.h> and <ncurses_defs.h>).  clang-cpp emitted an
error for the missing header files but continued processing the file
(thus not honoring any macros defined in the missing headers).

Arguably, the awk script is buggy since it doesn't check the return
value of the command it executes.

Reviewed by:	kevans
Differential Revision:	https://reviews.freebsd.org/D25731
2020-08-03 17:53:15 +00:00
..
form DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
formw Update Makefile.depend files 2019-12-11 17:37:53 +00:00
menu DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
menuw Update Makefile.depend files 2019-12-11 17:37:53 +00:00
ncurses Pass the full CFLAGS to cpp for MKlib_gen.sh. 2020-08-03 17:53:15 +00:00
ncursesw Update Makefile.depend files 2019-12-11 17:37:53 +00:00
panel DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
panelw Update Makefile.depend files 2019-12-11 17:37:53 +00:00
config.mk Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified paths 2017-01-20 04:27:40 +00:00
Makefile
Makefile.inc