Subject: Re: Sharing /usr/src r/o among different architectures
To: None <apriebe@aip.de>
From: Bill Studenmund <skippy@macro.Stanford.EDU>
List: current-users
Date: 01/05/1999 13:37:35
On Tue, 5 Jan 1999 apr@spade.apc.aip.de wrote:
> I think this should read:
>
> make obj MACHINE=i386
Yep.
> This indeed creates the links (which were indeed missing for some programs) e.g.
>
> /usr/src/sbin/atactl/obj.i386 -> /var/obj.i386/sbin/atactl
>
> BUT now I'm more confused :-( How do I create the subdir atactl in
> /var/obj.i386/sbin itself ??? I know I did it sometime ... but how?
It's supposed to get made when the link's made. I.E. on the i386 w/ r/w
usr/src, when you make the obj link, the directory's supposed to get made
too.
Take care,
Bill