From owner-cvs-all Mon Jan 22 15:29:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94D3937B6C1; Mon, 22 Jan 2001 15:29:14 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MNTE311325; Mon, 22 Jan 2001 15:29:14 -0800 (PST) (envelope-from peter) Message-Id: <200101222329.f0MNTE311325@freefall.freebsd.org> From: Peter Wemm Date: Mon, 22 Jan 2001 15:29:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/22 15:29:13 PST Modified files: . Makefile.inc1 Log: Sigh, I thought we still had the rm -rf objdir stuff in make world, which would have taken care of the possibility of buildkernel crossing over from one binutils set to another. Back out the part about turning off 'make clean' if the 'make depend' is still active, but add a NO_KERNELCLEAN target instead that works like NOCLEAN but just for the kernel. Revision Changes Path 1.186 +3 -2 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message