From owner-cvs-all Sun Jul 23 10:38:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFE8537BCCA; Sun, 23 Jul 2000 10:38:32 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA39714; Sun, 23 Jul 2000 10:38:32 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007231738.KAA39714@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 23 Jul 2000 10:38:32 -0700 (PDT) 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 marcel 2000/07/23 10:38:32 PDT Modified files: . Makefile.inc1 Log: Name all kernels 'kernel'. This fixes the incompatible behaviour of the buildkernel and installkernel targets where the kernel was called after the config name. While here, fix the brokenness of the installkernel target. It used to use ${IMAKEENV}, but since that has a very restricted PATH, it couldn't find make(1). Use ${CROSSENV} instead. Revision Changes Path 1.162 +4 -6 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message