Bug 197547

Summary: /usr/bin/make segfaults for .SHELL: name=sh
Product: Base System Reporter: balaton
Component: binAssignee: Fernando ApesteguĂ­a <fernape>
Status: Closed Unable to Reproduce    
Severity: Affects Only Me CC: fernape
Priority: ---    
Version: 10.1-RELEASE   
Hardware: i386   
OS: Any   

Description balaton 2015-02-11 22:57:30 UTC
Having the following line in a Makefile:

.SHELL: name="sh"

makes /usr/bin/make segfault in FreeBSD 10.1-REELASE-p5
Comment 1 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2023-02-19 18:03:05 UTC
I can't reproduce this in current.

$ cat Makefile 
.SHELL: name="sh"

all:
        @echo "hello"
$ /usr/bin/make
hello