Subject: Many build failures...
To: None <current-users@NetBSD.ORG>
From: Peter Seebach <seebs@solon.com>
List: current-users
Date: 05/06/1997 18:24:29
On 68k, with new make, and new share/mk, I'm having weird failures
of any build which depends on source not in the current directory.

Am I missing something obvious?

Example:
0:T:/usr/src/sbin/quotacheck
$ make depend
mkdep -a -I/usr/src/sbin/quotacheck/../fsck quotacheck.c /usr/src/sbin/quotacheck/../fsck/fsutil.c /usr/src/sbin/quotacheck/../fsck/preen.c
0:T:/usr/src/sbin/quotacheck
$ make
cc  -static -o quotacheck quotacheck.o fsutil.o preen.o
cc: fsutil.o: No such file or directory
cc: preen.o: No such file or directory
*** Error code 1

Stop.
1:T:/usr/src/sbin/quotacheck
$

Obviously, it's not finding or building from preen.c and fsutil.c.

-s