Subject: Re: newbie pkg question
To: None <port-amiga@netbsd.org>
From: Gunther Nikl <gni@gecko.de>
List: port-amiga
Date: 05/04/2001 11:37:41
On Fri, May 04, 2001 at 09:37:25AM +0100, Georges Heinesch wrote:
> "make" defaults to "make build", which makes all targets before
> "build" (fetch, checksum, ...). This is clearly said in packages.txt.
This is correct, but your initial "make fetch-list" is according to
Ignatios different. If you do "make", then the build process fetches
only the sources for this particular package you are trying to build.
Then it realizes there is a dependencies and builds the dependency.
Afterwards the build process resumes the original pacjage. That means
the normal build fetches the dependencies on demand and not all at
once.
Gunther