Weird build dependencies.

2008-12-10 Thread Rob Landley
So I'm trying to do: make -j 3 install install_utils And it's not working. I added "all" as a dependency on "utils:" in the top level Makefile.in, because make utils wants to link against the uClibc headers/libraries we just built so it helps if they're there. (make hostutils is the one that

Re: Weird build dependencies.

2008-12-10 Thread Rob Landley
On Wednesday 10 December 2008 22:09:26 Rob Landley wrote: > I thought I'd ping the list in case somebody knows what this was trying to > accomplish and why it's the way it is and so on. I can randomly flail away > at the dependencies here but I'd appreciate it if somebody who _understood_ > this c