From owner-freebsd-questions Fri Oct 25 5:23:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF3DF37B4F1 for ; Fri, 25 Oct 2002 05:23:08 -0700 (PDT) Received: from koala.dialdata.com.br (koala.dialdata.com.br [200.219.192.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB5B943E42 for ; Fri, 25 Oct 2002 05:23:07 -0700 (PDT) (envelope-from mm@surf.com.br) Received: from surf.com.br (merlone.dialdata.com.br [200.219.192.173]) by koala.dialdata.com.br (Postfix) with ESMTP id ABFE61007C; Fri, 25 Oct 2002 09:22:58 -0300 (EST) Message-ID: <3DB937AF.5020100@surf.com.br> Date: Fri, 25 Oct 2002 09:23:11 -0300 From: Marcio Merlone User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: pt-br, en-us, en MIME-Version: 1.0 To: David Oleszkiewicz Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make clean of /usr/ports References: <20021024192714.G90371-100000@labrador.dhs.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You can make really simple and straigthforward: cd /usr/ports find . -type d -name work -exec rm -rf {} \; done! I belive it is somewhere on FBSD handbook... David Oleszkiewicz wrote: > I haven't been that good at running make clean after installing my ports > and could like to clean things up now. I tried running make clean at the > top of the ports tree and it works, it just keeps recursing on > everyones dependencies so ports like autoconf get make clean'ed a > real lot. Is there a way to tell the Make to ignore the dependencies. I > couldn't figure one out from looking at the Make files. > > Please cc this address as I am not subscribed to the list. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- [ ]'s -- Marcio Merlone To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message