| Summary: | /usr/bin/make segfaults for .SHELL: name=sh | ||
|---|---|---|---|
| Product: | Base System | Reporter: | balaton |
| Component: | bin | Assignee: | 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
I can't reproduce this in current.
$ cat Makefile
.SHELL: name="sh"
all:
@echo "hello"
$ /usr/bin/make
hello
|