From owner-cvs-all Sat Feb 10 19:52:10 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 D233837B401; Sat, 10 Feb 2001 19:51:45 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1B3pjI24224; Sat, 10 Feb 2001 19:51:45 -0800 (PST) (envelope-from imp) Message-Id: <200102110351.f1B3pjI24224@freefall.freebsd.org> From: Warner Losh Date: Sat, 10 Feb 2001 19:51:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/02/10 19:51:45 PST Modified files: (Branch: RELENG_4) . Makefile.inc1 Log: 1.141.2.20 changed WMAKEENV to KMAKEENV in the kernel build targets. This breaks make buildkernel on a 4.0-release box due to the binutils issue. Add KMAKEENV kernel definitions from current. With the the conditional definition of OBJFORMAT_PATH, this effectively merges 1.184 from -current. This makes the window of breakage at 8 days (2001-02-02 through 2001-02-10). Revision Changes Path 1.141.2.21 +6 -1 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message