On Thu, Jan 10, 2008 at 04:39:57PM -0700, Myles Watson wrote:
Sorry to be so dense, but it looks like you added mkdir -p in a lot of places for directories, even though there are already makefile rules for them.
Right, that was stupid, I had not noticed those. This patch fixes that, and it's updated to r94. Thanks for catching that :)
Thanks for catching my "echo" (Debug statement I forgot to remove) too.
This patch breaks the dependencies somehow. Before your patch, I could remove the work/uclibc directory and only uclibc would get rebuilt. Now it rebuilds mkelfimage, the kernel, etc.
I looked for the problem, but didn't see it right away.
Myles