Subject: Re: Something very wrong here...
To: None <bjh21@netbsd.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: current-users
Date: 11/06/2001 19:36:50
In article <Pine.SOL.4.33.0111051413590.19323-100000@draco.cus.cam.ac.uk>
bjh21@netbsd.org wrote:

> My usual technique when I've screwed up my
> objdirs is:
> 
> find . -name obj.* | xargs rm -rf; make cleandir; make obj; make cleandir

This removes also gnu/dist/{,toolchain/}gas/obj.h.
You have to specify "-type d" (or "-type l") for find(1).
---
Izumi Tsutsui
tsutsui@ceres.dti.ne.jp