Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: newbie pkg question



Quoting Ignatios Souvatzis (03-May-01 21:52:22):

> On Thu, May 03, 2001 at 03:57:50PM -0400, John wrote:
>> The make fetch-list | sh, make, and make install is all done
>> automatically if you just type make install.

> Thats not really true; make fetch-list | sh will fetch all the
> source tar files at a time, keeping your network connection busy;
> this is important for people with dialup connections, else you'll
> pay for N timeout periods instead of just one.

Correct.

> (But I agree that make install can be used without calling make
> first.)

"make" defaults to "make build", which makes all targets before
"build" (fetch, checksum, ...). This is clearly said in packages.txt.

    make fetch
    make checksum
    make extract
    make patch
    make configure
    make build

"make install" would be the next "make", but it's not said that this
also make automatically all targets from fetch to install.

... or does it (at least it looks like) ... ?

-- 
Cu  Georges Heinesch, Luxembourg
    geohei%geohei.lu@localhost
    http://www.geohei.lu
    PGP RSA & DH/DSS public key on request and on public servers

... better do a good thing today, than a perfect thing tomorrow ...




Home | Main Index | Thread Index | Old Index