[804] in NetBSD-Development
Re: Modified make semantics
daemon@ATHENA.MIT.EDU (Greg Hudson)
Tue Jun 20 11:44:02 1995
To: John Kohl <jtk@atria.com>
Cc: ghudson@MIT.EDU, netbsd-dev@MIT.EDU
In-Reply-To: Your message of "Tue, 20 Jun 1995 08:12:17 EDT."
<9506201212.AA21390@banana>
Date: Tue, 20 Jun 1995 11:46:21 EDT
From: Greg Hudson <ghudson@MIT.EDU>
> Open `.' and save the file descriptor. Then chdir() and getcwd(),
> and fchdir(2) back to the starting point when done.
Thanks for the idea. I've reimplemented canonicalize() this way, so
it should be much faster now.
Speaking of make, I can't build the source tree because
/usr/src/sys/netinet is out of date. (It died in libexec/identd due
to an out of date in_pcb.h, and after I updated in_pcb.h manually from
iastate under RCS, it died in rpc.rstatd/rstat_proc.c because of
missing if_next fields in another structure.
I'm getting "Permission denied" from the othersrc/cvs client trying to
access pain, so I'd appreciate it if Charles would update the kernel
tree.