id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
3233	Cleaning on Windows currently fails	igloo		"Cleaning on Windows currently fails, due to this:
{{{
$ cat Makefile

bar/baz/%.hc : bar/baz/%.hs
        echo wibble

foo:
        rm -rf bar 

$ mkdir -p bar/baz
$ make foo 
rm -rf bar 
rm: cannot remove directory `bar': Directory not empty
make: *** [foo] Error 1
$
}}}

To work around the problem, we can not load all of the make rules when the target is `clean` (or `maintainer-clean` or `distclean`).
"	bug	closed	high	6.12.1	Build System	6.11	fixed			Unknown/Multiple	Unknown/Multiple		Unknown				
