From owner-cvs-all Mon Aug 31 17:11:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06854 for cvs-all-outgoing; Mon, 31 Aug 1998 17:11:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06837; Mon, 31 Aug 1998 17:11:08 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA28752; Mon, 31 Aug 1998 17:11:03 -0700 (PDT) Date: Mon, 31 Aug 1998 17:11:03 -0700 (PDT) Message-Id: <199809010011.RAA28752@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/31 17:11:02 PDT Modified files: sys/i386/conf Makefile.i386 Log: Change BINFORMAT to KERNFORMAT and add -aout or -elf to the tool arguments as appropriate. This is necessary because setting OBJFORMAT=aout in the makefile doesn't get exported to the environment. I wish our make could do that! Revision Changes Path 1.120 +25 -17 src/sys/i386/conf/Makefile.i386