[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 002_fts.patch version #2



On Mon, Jul 16, 2001 at 06:23:44PM -0500, ktb wrote:
> I just tried to apply the patch to 2.9.  On my P75 it took about a day
> before it conked out.  I searched the archives and didn't come up with
> anything.  I just want to make sure I'm doing this right and there isn't
> a third version of the patch coming out before I try compiling this
> again.  I'm using ksh and used the following script -
> 
> for d in bin/{chmod,cp,ls,pax,rm} usr.bin/cmp sbin/dump; do
>   cd usr/src/$d
>   make obj
>   make depend
>   make
>   make install
> done
> 

On further experimentation I found this when I fired up the script -
cd: /usr/src/usr/src/bin/chmod - no such file or directory.

The script then proceeds to the next available directory and starts
executing.  That is why it ran all day.  I basically "made world" if
that is the correct term.  I changed the line -
cd usr/src/$d
to
cd $d 
and it found /usr/src/bin/chmod/ fine.

Correct me if I'm wrong in changing the script in this way.  Also there
were two "make obj" lines so I took one out.  
Thanks,
kent

-- 
 From seeing and seeing the seeing has become so exhausted
     First line of "The Panther" - R. M. Rilke



Visit your host, monkey.org