Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2013 14:14:21 -0600
From:      Brett Glass <brett@lariat.net>
To:        glarkin@FreeBSD.org
Cc:        pete wright <nomadlogic@gmail.com>, freebsd-questions <questions@FreeBSD.org>
Subject:   Re: When will binary packages be back?
Message-ID:  <201304102014.OAA01702@lariat.net>
In-Reply-To: <5165B17A.9080707@FreeBSD.org>
References:  <201304101739.LAA29126@lariat.net> <CAGBmCT5Cf3X7k1TY9U0HneH72mFRNdTtkVeyc07zicQewQpyXg@mail.gmail.com> <201304101819.MAA29795@lariat.net> <5165B17A.9080707@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Just made that into a batch file for my library. Should be a target in
the standard ports Makefile, IMHO. Maybe call it "rdistclean". Perhaps
this could be submitted as a PR.

--Brett Glass

At 12:37 PM 4/10/2013, Greg Larkin wrote:

>Here's an easy way to delete all of the distfiles for a port and its
>dependencies:
>
>cd /usr/ports/www/apache22 # Or whatever
>make distclean
>make all-depends-list | xargs -n1 -I % sh -c "cd % && make distclean"




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