Re: make creates -p folder
Eli Zaretskii <eliz-mXXj517/[email protected]>
| Newsgroups | gmane.comp.gnu.mingw.user |
|---|---|
| Message-ID | <[email protected]> |
> Date: Sun, 27 Oct 2019 14:35:13 +0000 > From: joring <[email protected]> > > Hello. I was hoping to build Squirrel and had a problem with make. The makefile calls 'mkdir -p lib', folders > named lib and -p are created, and the build fails. What might be causing this? I'm running Windows 10 and > will be happy to provide any other relevant details. Thank you. Crystal ball says it is cmd's built-in 'mkdir' that gets invoked in your case. If you have a port of GNU 'mkdir', rename it to gmkdir.exe and modify the Makefile to invoke gmkdir instead of mkdir. _______________________________________________ MinGW-Users mailing list [email protected] This list observes the Etiquette found at http://www.mingw.org/Mailing_Lists. We ask that you be polite and do the same. Disregard for the list etiquette may cause your account to be moderated. _______________________________________________ You may change your MinGW Account Options or unsubscribe at: https://lists.osdn.me/mailman/listinfo/mingw-users Also: mailto:[email protected]?subject=unsubscribe