Module Name:    src
Committed By:   riastradh
Date:           Sat Nov 23 02:10:13 UTC 2024

Modified Files:
        src/share/mk: bsd.lib.mk

Log Message:
bsd.lib.mk: Switch back from TOOL_GREP to grep for now.

Apparently TOOL_GREP is just broken:

$ { echo __bss_start__; echo __bss_end__; echo hello; } \
> | nbgrep -Fvx -e _end -e _fini -e _init -e __bss_end__ -e __bss_start__ -e 
> __end__ -e _bss_end__
__bss_end__
hello

And the options -F, -v, -x, and -e are all standard in POSIX, so it's
not really too much to ask of the host environment for now until we
figure out whatever is wrong with TOOL_GREP.


To generate a diff of this commit:
cvs rdiff -u -r1.414 -r1.415 src/share/mk/bsd.lib.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to