cmake clean problem
Brad King
brad.king at kitware.com
Wed Mar 1 15:45:40 CET 2006
Ralf Habacker wrote:
> Brad King schrieb:
>>
>> Please run
>>
>> make clean VERBOSE=1 >clean.log 2>&1
>>
>> and send me the output (off the list to avoid clutter).
>
> here is it.
Wow, the clean command line is 8459 characters long. I bet the windows
shell has a limit of 8K on its command line. We'll have change CMake to
write the clean list to a file and invoke a command that reads the file
and deletes files listed. I'll add it to my todo list.
-Brad
More information about the Kde-buildsystem
mailing list