Subject: Re: updating a package
To: None <netbsd-help@NetBSD.org>
From: Geiregat Jonas <eniac@sdf-eu.org>
List: netbsd-help
Date: 01/15/2004 15:02:51
Rene Hexel wrote:
> On 15/01/2004, at 7:24 AM, Geiregat Jonas wrote:
>
>> Just run the previous line again , or do I justhave to do make update
>> or make reinstall (I don't know what make update or reinstall do) or
>> just make && make install ?
>
>
> Try (in this order):
>
> make clean-update
> make clean CLEANDEPENDS=yes
> make update
>
> The first two lines are just to make sure you have a clean build tree
> before starting the update.
>
> Kind regards
> ,
> Rene
>
>
>
So basicly when I compile a package from pkgsrc, with some extra option
behind make, he saves those options somewhere (Where ?) so that wen I
want to reinstall or update I don't have to add those extra parameters ?