Subject: Re: dirs prevent compilation
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Eric Delcamp <e.delcamp@wanadoo.fr>
List: current-users
Date: 04/26/2000 16:06:44
Bravo ! It work !
I only do (but can I know that it doesn't work like this) a "make obj" on
/usr/src.
This doesn't recurse on all directories on distrib. To be sure, I do a "make
cleandir; make obj" on all subdir of /usr/src/distrib.
Still need to be fixed (or could someone explain why).

Thanks.
----- Original Message -----
From: "Izumi Tsutsui" <tsutsui@ceres.dti.ne.jp>
To: <e.delcamp@wanadoo.fr>
Cc: <current-users@netbsd.org>; <tsutsui@ceres.dti.ne.jp>
Sent: Wednesday, April 26, 2000 2:46 PM
Subject: Re: <obj> dirs prevent compilation


> In <005f01bfaf62$3305d7e0$0300a8c0@ERIC6D66J07ZKZ>
> e.delcamp@wanadoo.fr wrote:
>
> > In a current source tree, doing this :
> > > cd /usr/src/distrib/i386/floppies/ramdisk
> > > make obj
> > > make
> >
> > break in several point.
>
> What errors did you get?
> Did you do `make obj' also under /usr/src/distrib/utils ?