Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2002 21:47:40 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        jmallett@FreeBSD.ORG
Cc:        phk@FreeBSD.ORG, current@FreeBSD.ORG
Subject:   Re: Kernel Makefile bogon...
Message-ID:  <20020817.214740.112601018.imp@bsdimp.com>
In-Reply-To: <20020817185545.A20898@FreeBSD.org>
References:  <37542.1029231980@critter.freebsd.dk> <20020817.174546.76176639.imp@bsdimp.com> <20020817185545.A20898@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20020817185545.A20898@FreeBSD.org>
            Juli Mallett <jmallett@FreeBSD.ORG> writes:
: * De: "M. Warner Losh" <imp@bsdimp.com> [ Data: 2002-08-17 ]
: 	[ Subjecte: Re: Kernel Makefile bogon... ]
: > In message: <37542.1029231980@critter.freebsd.dk>
: >             Poul-Henning Kamp <phk@FreeBSD.ORG> writes:
: > : 
: > : The final make in this script fails, I don't think it should.
: > : 
: > : 	#!/bin/sh
: > : 	set -ex
: > : 	rm -rf /usr/src/sys/i386/compile/GENERIC
: > : 	cd /usr/src/sys/i386/conf
: > : 	config GENERIC
: > : 	cd ../compile/GENERIC
: > : 	make depend     > _.m.0.d       2>&1
: > : 	make            > _.m.1         2>&1
: > : 	make clean      > _.m.2.c       2>&1
: > : 	make           
: > : 	echo "SUCCESS"
: > : 
: > : The error is included below.  If I run "make depend" it works, but that
: > : should not be needed after a "make clean".  Some dependencies must
: > : be missing somewhere.
: > 
: > Yes.  This was broken about 3 years ago, and no one had cared enough
: > to fix this case.  After a make clean, you must do a make depend.
: > Definitely a bug.
: 
: Anyone have logs for what works, and what doesn't, and diff -bdwu?  Should
: be easy to find the first thing that isn't being done, and work from there.
: I'd volunteer to give it a go, but our FreeBSD box hasn't made it across
: country just yet.

bde has done much of this already, and has some patches.  It isn't
that simple...

Warner

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020817.214740.112601018.imp>