jayduhon / inferno-os

Automatically exported from code.google.com/p/inferno-os
2 stars 0 forks source link

"mk mkdirs" fails on Nt #250

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
"mk mkdirs" fails on Nt (windows xp).

the target should be "mkdirs-nt", not "mkdirs-rcsh".

"cat" is not installed.  "cat" is also not good enough, the directories to 
create would end with a ^M.  the awk invocation does work for me.

perhaps we can force calling windows' mkdir.exe (regardless of PATH) instead, 
it can already create multiple compontents for a path.  otherwise, the patch to 
utils/mkdir.c adds a -p option.  a new binary mkdir.exe would have to be 
installed too.

Original issue reported on code.google.com by mechiel@ueber.net on 2 Mar 2011 at 6:18

Attachments:

GoogleCodeExporter commented 9 years ago
i'm not sure. the -p option is generally useful, but i strongly discourage 
using hg alone to download the software, instead of downloading the .zip and 
unpacking it.

Original comment by Charles....@gmail.com on 2 Mar 2011 at 6:30

GoogleCodeExporter commented 9 years ago

Original comment by Charles....@gmail.com on 8 Mar 2011 at 9:13

GoogleCodeExporter commented 9 years ago
committed changeset 500:06ff78ffd109

Original comment by Charles....@gmail.com on 29 Mar 2011 at 12:46

GoogleCodeExporter commented 9 years ago
committed changeset 504:9992460d48ef
(updated executables)

Original comment by Charles....@gmail.com on 4 Apr 2011 at 2:39