buildroot package question

Daniel Stekloff dsteklof at us.ibm.com
Mon Jul 10 20:25:23 PDT 2006


On Mon, 2006-07-10 at 22:07 -0500, Steven J. Hill wrote:
> Daniel Stekloff wrote:
> > 
> > If I rename my file to alphabetically occur after zlib, it gets built.
> > Is there a way to change build order of packages besides alphabetically?
> > 
> > I'm probably must missing something obvious.
> > 
> Yes, the whole point of makefiles in general and specifying target
> dependencies. Take a look at 'package/asterisk/asterisk.mk' for a
> package that requires a whole bunch of other packages (dependencies)
> to be built and installed before it (the target) can be built. You
> would want to add the 'zlib' to be one of your dependencies for your
> package.

D'oh!

Ok, that was stupid. I didn't put in the target dependency.

Thanks, Steve.

Dan



More information about the uClibc mailing list