[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gmake-4.2.90 still crashes on $(wildcard hello*/)
From: |
Dmitry Goncharov |
Subject: |
gmake-4.2.90 still crashes on $(wildcard hello*/) |
Date: |
Sun, 1 Sep 2019 16:01:49 -0400 |
$ echo 'all: ; @echo $(wildcard hello*/)' > /tmp/1.mk
$ ./make -f /tmp/1.mk
Segmentation Fault
A patch was provided here
https://lists.gnu.org/archive/html/bug-make/2017-12/msg00006.html
Any chance to have this applied for 4.3?
regards, Dmitry
- gmake-4.2.90 still crashes on $(wildcard hello*/),
Dmitry Goncharov <=