On Sun, Jan 20, 2008 at 03:06:34PM -0800, jerry gay wrote: > > looks to me like the 'clean' target in the makefile should delete the > t/spec directory (it doesn't currently.)
I don't think that 'make clean' should remove t/spec. Because we now grab t/spec via 'svn co', someone might have local modifications to test files that they wouldn't want a 'make clean' to erase. Pm