[LLVMbugs] The rm command can't be running under cmd.exe

Óscar Fuentes ofv at wanadoo.es
Wed Jan 7 11:27:13 PST 2009


"Yonggang Luo (罗勇刚)"
<yonggangluo at hotmail.com> writes:

> -      COMMAND rm -f *${CMAKE_CXX_OUTPUT_EXTENSION}
> +      COMMAND del /Q *${CMAKE_CXX_OUTPUT_EXTENSION}

On the future, please file bug reports at

http://www.llvm.org/bugs/

I've committed r61875, which  replaces rm with "cmake -R remove", but
I'm afraid that more work is needed for using the build on Windows/Mingw
with a non-posix environment.

[snip]

-- 
Oscar




More information about the llvm-bugs mailing list