From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2354 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Design idea for subarchs/abivariants Date: Wed, 28 Nov 2012 22:50:12 +0100 Message-ID: <20121128215012.GK10895@port70.net> References: <20121128192618.GA7491@brightrain.aerifal.cx> <20121128120341.ca114e90.idunham@lavabit.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1354139425 15186 80.91.229.3 (28 Nov 2012 21:50:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Nov 2012 21:50:25 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2355-gllmg-musl=m.gmane.org@lists.openwall.com Wed Nov 28 22:50:37 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TdpWe-0007tg-0z for gllmg-musl@plane.gmane.org; Wed, 28 Nov 2012 22:50:36 +0100 Original-Received: (qmail 3102 invoked by uid 550); 28 Nov 2012 21:50:24 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 3094 invoked from network); 28 Nov 2012 21:50:24 -0000 Content-Disposition: inline In-Reply-To: <20121128120341.ca114e90.idunham@lavabit.com> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:2354 Archived-At: * Isaac Dunham [2012-11-28 12:03:41 -0800]: > I usually do this to cleanup in such cases: > find src arch -name '*.*o' |xargs rm > Would adding some similar logic be sensible (at least for the distclean target)? > rm -f src/*/*o actually i have all: mclean: rm -f src/math/*o in my config.mak so i can easily clean math and then rebuild with different flags etc