external modules make clean doesn't do much

From: Duncan Sands
Date: Tue Aug 31 2004 - 06:48:54 EST


make clean for an external module only seems to clean
.tmp_versions:

$ make clean
make -C /lib/modules/2.6.9-rc1/build M=`pwd` clean
make[1]: Entering directory `/home/duncan/Linux/linux-2.5'
CLEAN /home/duncan/SpeedTouch/.tmp_versions
make[1]: Leaving directory `/home/duncan/Linux/linux-2.5'
$

This leaves all the .o etc files which doesn't sound right...

All the best,

Duncan.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/