aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2023-01-28 00:23:54 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2023-01-28 00:23:54 +0000
commit2e36ab236364fa38c564f586c46cb9182ce8fd14 (patch)
tree6d9b606fbae5d5ab66ec5e8c71630d8908cf34cb /Makefile.config.in
parent31a96ca5f0b6e5f8f7fa8cecf3a5c4354b3b096f (diff)
downloadsrc-2e36ab236364fa38c564f586c46cb9182ce8fd14.tar.gz
src-2e36ab236364fa38c564f586c46cb9182ce8fd14.zip
Import bmake-20230126vendor/NetBSD/bmake/20230126
Relevant/interesting changes (see ChangeLog for more): o variables like .newline and .MAKE.{GID,PID,PPID,UID} should be read-only. o .[NO]READONLY: for control of read-only variables o .SYSPATH: for controlling the path searched for makefiles o allow for white-space between command specifiers @+- o add more details to warning 'Extra targets ignored' o make.1: sync list of built-in variables with reality sort list of built-in variables o cond.c: add more details to error message for numeric comparison o job.c: fix handling of null bytes in output o Allow .break to terminate a .for loop early o var.c: fix out-of-bounds errors when parsing o fix exit status for '-q' (since 1994)
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 042b2570ff88..dfc26d90a02a 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -9,6 +9,7 @@ CC= @CC@
@force_machine_arch@MACHINE_ARCH?= @machine_arch@
DEFAULT_SYS_PATH?= @default_sys_path@
+EGREP = @egrep@
CPPFLAGS+= @CPPFLAGS@
CFLAGS+= ${CPPFLAGS} @DEFS@
LDFLAGS+= @LDFLAGS@