bug-report: make does not read Makefile on Windows in case sensitive folder
Espen Ottar <[email protected]> Mon, 30 Jun 2025 07:47:41 +0000
| Newsgroups | gmane.comp.gnu.make.bugs |
|---|---|
| Message-ID | <OS4P279MB04189AE1471AB2F58A9AD111EB46A@OS4P279MB0418.NORP279.PROD.OUTLOOK.COM> |
On Windows it is possible to enable case sensitivity on a per-folder basis . (using fsutil.exe) When case sensitivity is enabled, make fails to read "Makefile" (with capital M) The workaround is to use "make -f Makefile" but that should not be necessary