Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2002 18:55:45 -0700
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        "M. Warner Losh" <imp@bsdimp.com>
Cc:        phk@FreeBSD.ORG, current@FreeBSD.ORG
Subject:   Re: Kernel Makefile bogon...
Message-ID:  <20020817185545.A20898@FreeBSD.org>
In-Reply-To: <20020817.174546.76176639.imp@bsdimp.com>; from imp@bsdimp.com on Sat, Aug 17, 2002 at 05:45:46PM -0600
References:  <37542.1029231980@critter.freebsd.dk> <20020817.174546.76176639.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
* 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.
-- 
Juli Mallett <jmallett@FreeBSD.org>       | FreeBSD: The Power To Serve
Will break world for fulltime employment. | finger jmallett@FreeBSD.org

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?20020817185545.A20898>