Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2005 16:43:06 +0100
From:      "Steven Hartland" <killing@multiplay.co.uk>
To:        <freebsd-stable@freebsd.org>, "Kris Kennaway" <kris@obsecurity.org>
Subject:   Re: Strange make buildworld behaviour with 5.4-RELEASE ( amd64 )
Message-ID:  <015b01c55af7$21053ae0$b3db87d4@multiplay.co.uk>
References:  <005001c55ada$47f2ec00$b3db87d4@multiplay.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- 
From: "Steven Hartland"

> I'd be willing to take a guess that this is whats breaking things but dont
> know how to best go about fixing it. Just delete it would be my guess
> but why is it there? Shouldn't it have been deleted by make cleandir or
> make cleanworld?
> 
> Im running another buildworld to test with the file deleted.

Yep that's the puppy. Looks like there is a Makefile bug which is leaving
this one .depend:
cd /usr/src_amd64
make cleandir
....
rm -f freebsd.cf freebsd.submit.cf
find . -name \*.depend
./usr.sbin/pcvt/keycap/.depend

I added pcvt into the relevant place in usr.sbin/Makefile which fixes
make cleandir but it then breaks the buildworld.
It looks like pvct/keycap is being force built by tools/make_libdeps.sh
but hence when make cleandir's is run its not cleaned. Also tried altering
Makefile.inc1 to set pcvt/keycap as a member of _generic_libs but that
doesn't work either. I don't know what else to try.

    Steve


================================================
This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. 

In the event of misdirection, illegible or incomplete transmission please telephone (023) 8024 3137
or return the E.mail to postmaster@multiplay.co.uk.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?015b01c55af7$21053ae0$b3db87d4>