Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 1999 10:55:33 -0700 (MST)
From:      "Kenneth D. Merry" <ken@plutotech.com>
To:        dfr@nlsystems.com (Doug Rabson)
Cc:        alpha@FreeBSD.ORG
Subject:   Re: GENERIC compile blows up
Message-ID:  <199902021755.KAA41905@panzer.plutotech.com>
In-Reply-To: <Pine.BSF.4.01.9902021729190.10768-100000@herring.nlsystems.com> from Doug Rabson at "Feb 2, 1999  5:30:10 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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.

Ken
-- 
Kenneth Merry
ken@plutotech.com

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?199902021755.KAA41905>