From owner-freebsd-arch Mon Oct 29 22:58:54 2001 Delivered-To: freebsd-arch@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id CEFA037B406 for ; Mon, 29 Oct 2001 22:58:51 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f9U6woV03002 for ; Mon, 29 Oct 2001 23:58:50 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f9U6wn725693 for ; Mon, 29 Oct 2001 23:58:49 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200110300658.f9U6wn725693@harmony.village.org> Subject: Re: Makefile unification To: arch@freebsd.org Date: Mon, 29 Oct 2001 23:58:49 -0700 From: Warner Losh Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Warner Losh writes: : I took some time out to update my Makefiles and redo my kern.mk : patches that had gotten out of date before I could get them done. : These patches are up to date and appear to work for me on i386 (and : maybe pc98, it is building now): : : http://people.freebsd.org/~imp/Pkern : : It creates a new src/sys/conf/kern.mk that contains most of the guts : of the kernel makefiles to make it even easier to keep them all in : sync. Actaully, I updated the above. It turns out my first attempt didn't work after make clean blew away my _if.h files. So now I have a kern1.mk and kern2.mk, one at the beginning, and one at the end to properly deal with things. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message