"make clean-all" leaves generated files under the "kernel-shared" directory.

This causes problems when trying to build under the same tree when the
absolute path changes.

For example if you mount the source tree in one location,
generate/build, then mount it in a different location, clean-all,
re-build, and an error appears. "No rule to make target
'.../kerncompat.h', needed by 'kernel-shared/ulist.o'.  Stop."  This
happens because the "kernel-shared/ulist.o.d" file was not cleaned and
lists an incorrect path.

Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to