Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2004 08:25:03 -0700 (MST)
From:      Warren Block <wblock@wonkity.com>
To:        Rishi Chopra <rchopra@cal.berkeley.edu>
Cc:        questions@freebsd.org
Subject:   Re: Make Syntax
Message-ID:  <20040131081951.O25833@wonkity.com>
In-Reply-To: <401B3F6E.60002@cal.berkeley.edu>
References:  <401B3B5D.1000302@cal.berkeley.edu> <200401302326.25307.racerx@makeworld.com> <401B3F6E.60002@cal.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 30 Jan 2004, Rishi Chopra wrote:

> Is there any way to run a 'clean' command to remove 'WORK' directories
> from the ports tree after the fact?

Sure.

# make install clean

actually does several steps; you can separate them by just using the
individual make targets.  To clean a port and its dependencies, cd to
the individual port directory and use the "clean" target alone:

# make clean

See 'man ports' for a list of all the make targets.

-Warren Block * Rapid City, South Dakota USA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040131081951.O25833>