If you run the command make clean when building PDCurses 3.9 on Windows from a MSYS2 Mintty shell then, instead of running the Windows DEL command, an interactive Powershell is launched.
What should happen is that the MSYS2 rm command is executed.
A small change to the Makefile that includes a test for the presence of MSYS2 fixes this problem.
PDCurses-3.9-Makefile.patch
If you run the command
make cleanwhen building PDCurses 3.9 on Windows from a MSYS2 Mintty shell then, instead of running the Windows DEL command, an interactive Powershell is launched.What should happen is that the MSYS2
rmcommand is executed.A small change to the Makefile that includes a test for the presence of MSYS2 fixes this problem.
PDCurses-3.9-Makefile.patch