Subject: Re: fsutil.c and bswap.c are missing from fsck_ext2fs
To: c5666305 <c5666305@comp.polyu.edu.hk>
From: Feico Dillema <dillema@acm.org>
List: current-users
Date: 10/13/1997 12:22:28
In message <19971013103809.55251@antioche.lip6.fr> you wrote:
>On Oct 12, c5666305 wrote
>> Hello,
>> 
>> I just download the oct 11,97 from ftp.netbsd.org and try make build from
>> /usr/src.  The system report that don't know how to make fsutil.c which 
>> should be in /usr/src/sbin/fsck_ext2fs but is mssing.  Bswap.c is also 
>> missing.   Can anyone tell me where are the files, fsutil.c and bswap.c.
>
>There's a problem here. These files are in src/sbin/fsck, and fsck_ext2fs's
>Makefile should find them using .PATH.

I've seen the same thing, trying to build -current last weekend. I'm not
sure what the problem was (out of my head), but I believe there where
some brackets {} missing in the makefile for the .PATH. Try to compare
the Makefile in /usr/src/sbin/fsck_ext2fs with the one in 
/usr/src/sbin/fsck_nfs (or null or...) using diff -c or something. They
should be pretty similar. (when you change the makefile, don't forget,
like I forget often, to: rm .depend; make depend.)

F.