Date: Fri, 13 Jan 2006 17:58:36 +0200 From: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> To: Sten Daniel =?ISO-8859-1?Q?S=F8rsdal?= <lists@wm-access.no> Cc: ports@frebsd.org, freebsd-chat@freebsd.org Subject: Re: Cleaning up packages after cd /usr/ports && make Message-ID: <20060113175836.5a995dd0@it.buh.tecnik93.com> In-Reply-To: <43C7C7EB.5040302@wm-access.no> References: <43C7C7EB.5040302@wm-access.no>
next in thread | previous in thread | raw e-mail | index | archive | help
[ this is a ports@ question, cc'ed ]
On Fri, 13 Jan 2006 16:31:55 +0100
Sten Daniel Sørsdal <lists@wm-access.no> wrote:
> I managed to tell a coworker of mine to go into /usr/ports and and
> type make on a production server. He let it run for 6 hours before
> complaining.
>
> Are there any ways to get a list of leaf packages or build a tree of
> the dependencies? How do you do it?
sysutils/pkg_tree
sysutils/pkg_cutleaves
There are others.
> Are there any make.conf things that could prevent such a general make
> order?
.if ${.CURDIR} == /usr/ports
.error "Don't do make in /usr/ports"
.endif
I don't know what it could break (at least make index)
And you'll probably want the same for each subdir.
--
IOnut - Unregistered ;) FreeBSD "user"
"Intellectual Property" is nowhere near as valuable as "Intellect"
War isn't a good life, but it's life.
-- Kirk, "A Private Little War", stardate 4211.8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060113175836.5a995dd0>
