Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 28 Nov 2012 22:50:12 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: Design idea for subarchs/abivariants

* Isaac Dunham <idunham@...abit.com> [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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.