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

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

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.174546.76176639.imp>