Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 1999 18:33:40 +0000 (GMT)
From:      Doug Rabson <dfr@nlsystems.com>
To:        "Kenneth D. Merry" <ken@plutotech.com>
Cc:        alpha@FreeBSD.ORG
Subject:   Re: GENERIC compile blows up
Message-ID:  <Pine.BSF.4.01.9902021833000.10768-100000@herring.nlsystems.com>
In-Reply-To: <199902021755.KAA41905@panzer.plutotech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2 Feb 1999, Kenneth D. Merry wrote:

> Doug Rabson wrote...
> > On Tue, 2 Feb 1999, Kenneth D. Merry wrote:
> > > Doug Rabson wrote...
> > > > You are using an outdated version of bsd.kern.mk.  The options for
> > > > building kernel code (-mno-fp-regs -Wa,-mev56) moved there so that
> > > > building modules could use them.
> > > > 
> > > > The makefile tries to use bsd.kern.mk directly from the source tree but
> > > > this fails unless you have a complete source tree (it looks for
> > > > ../share/mk/bsd.kern.mk).
> > > 
> > > I do have a full source tree.  That doesn't seem to help, however.  I had
> > > to do 'make -m /usr/src/share/mk' to get it to pick up the new .mk file.
> > > 
> > > Now it works, though.  Thanks.
> > 
> > Have a look at the makefile.  It should be doing something special to look
> > for bsd.kern.mk.  Perhaps you just need to re-run (or rebuild) config(8)?
> 
> This is after an installworld, so I'm now using a new config.  (I used
> config -rg, so the old kernel makefile was blown away)
> 
> [ ... ]
> vnode_if.h: $S/kern/vnode_if.sh $S/kern/vnode_if.src
>         sh $S/kern/vnode_if.sh $S/kern/vnode_if.src
> 
> .include <bsd.kern.mk>
> 
> device_if.o:
>         ${NORMAL_C}
> [ ... ]
> 
> 
> I don't see anything special for bsd.kern.mk.

Right, I see.  The magic incantation never happened to the alpha Makefile.
It only works properly for i386.

--
Doug Rabson				Mail:  dfr@nlsystems.com
Nonlinear Systems Ltd.			Phone: +44 181 442 9037



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.9902021833000.10768-100000>