cmake clean problem

William A. Hoffman billlist at nycap.rr.com
Wed Mar 1 16:23:14 CET 2006


At 09:45 AM 3/1/2006, Brad King wrote:
>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
>________


For now, I would recommend out of source builds, and rm -rf *.

-Bill




More information about the Kde-buildsystem mailing list