From owner-cvs-all Thu Sep 3 23:47:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10877 for cvs-all-outgoing; Thu, 3 Sep 1998 23:47:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10872; Thu, 3 Sep 1998 23:47:09 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id XAA03478; Thu, 3 Sep 1998 23:45:45 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: John Birrell cc: jkh@FreeBSD.ORG (Jordan K. Hubbard), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile In-reply-to: Your message of "Fri, 04 Sep 1998 16:48:35 +1000." <199809040648.QAA05693@cimlogic.com.au> Date: Thu, 03 Sep 1998 23:45:45 -0700 Message-ID: <3474.904891545@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I thought we were only going to do elf here. At least that's what _my_ > release is doing. 8-) Well, yes, but since we have OBJFORMAT set right at the top of the file and it formerly used to be set to "aout", I thought maybe we were trying to preserve the flexibility of doing it either way? :) I guess it doesn't matter in the long run since our a.out build abilities (at least in /usr/src) will undoubtedly atrophy to the point to where only ELF works and people make angry "you retro pedant!" noises every time somebody brings it up, so might as well bite the bullet now. Would you rather I just diked out anything referring to a.out in there? I certainly don't like the .if conditionals I just used - they generate an invalid conditional syntax if OBJFORMAT is undefined. - Jordan