Re: external modules make clean doesn't do much

From: Duncan Sands
Date: Thu Sep 02 2004 - 06:43:17 EST


Hi Sam, I found out what was triggering the problem: symbolic links.
The setup was like this:

directory A contains Makefile, source code etc.
B is a symbolic link to A.
If I change directory into A, then "make clean" works fine.
If I change directory into B, then "make clean" only cleans .tmp_versions.

Strange but true...

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/