Make Syntax
Peder Blom
peder.blom at bredband.net
Sat Jan 31 05:26:17 PST 2004
On Fri, 30 Jan 2004 21:38:54 -0800
Rishi Chopra <rchopra at cal.berkeley.edu> wrote:
> Is there any way to run a 'clean' command to remove 'WORK' directories
>
> from the ports tree after the fact?
>
If you want to clean a specific port (and its dependencies) just do a
'make clean' in its directory, or if you want to clean the whole tree do
it in the ports base directory.
Check 'man ports' ,there are a number of other targets that might come
in handy at times. E.g. you can do a 'make extract' to get the ports
work directory, browse through readme's and other information before
installing, then do a 'make install clean'.
More information about the freebsd-questions
mailing list