[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to build all packages at once?
On Fri, Aug 03, 2001 at 11:01:46AM -0500, Andrey Smagin wrote:
> Hello.
>
> Well, basically I would like to do something like this:
>
> cd /usr/ports
> make
> make package
> make clean
>
> The problem is that I don't have enough space on the hard drive to build
> everything at once.
> Is it possible somehow to make all the packages, but with doing 'make clean'
> for each port after it was built?
Yes, this is possible in the -current ports tree.
For now, this looks like
make bulk-packages REPORT_PROBLEM=true TRUST_PACKAGES=yes BIN_PACKAGES=yes
This will build almost everything... there's currently no way to solve
conflicting dependencies.