Page 1 of 1

mkdir quoted in 17.1

Posted: Fri Mar 03, 2023 8:47 pm
by Jarod42

In build settings I have

-- 8< --
Make: C:/msys64/mingw64/bin/mingw32-make.exe
Mkdir: C:/msys64/usr/bin/mkdir.exe -p
-- >8 --

Since 17.1, generated Makefile quotes mkdir resulting in error ("C:/msys64/usr/bin/mkdir.exe -p" -> file not found).

Using c:\Program files\Codelite\mkdir.exe also result with an error:

/Program Files/CodeLite/mkdir: missing operand

c:\Program files\Codelite\mkdir.exe work in cmd, but not in msys shell

I found a workaround with a script which forward to mkdir -p...

  • Is there a reason for the quote?
  • Is codelite\mkdir supposed to work in msys shell?
  • How to clean up my config (remove my workaround)?

Re: mkdir quoted in 17.1

Posted: Fri Mar 03, 2023 10:33 pm
by eranif

the quotes should be around the executable only, can you open a bug?


Re: mkdir quoted in 17.1

Posted: Sat Mar 04, 2023 4:00 pm
by Jarod42

Re: mkdir quoted in 17.1

Posted: Sat Mar 11, 2023 3:10 pm
by eranif

fixed