From owner-freebsd-current Mon Jun 1 07:21:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14001 for freebsd-current-outgoing; Mon, 1 Jun 1998 07:21:27 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from azimov.videotron.ca (ppp046.118.mmtl.videotron.net [207.253.118.46]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA13993 for ; Mon, 1 Jun 1998 07:21:21 -0700 (PDT) (envelope-from sepotvin@videotron.ca) Received: from videotron.ca (localhost [127.0.0.1]) by azimov.videotron.ca (8.8.8/8.8.8) with ESMTP id KAA03407 for ; Mon, 1 Jun 1998 10:23:06 -0400 (EDT) (envelope-from sepotvin@videotron.ca) Message-ID: <3572B94A.7AAD0FB1@videotron.ca> Date: Mon, 01 Jun 1998 10:23:06 -0400 From: "Stephane E. Potvin" Organization: IBM Canada Ltd. X-Mailer: Mozilla 4.05 [en] (X11; U; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: current@FreeBSD.ORG Subject: Error in sys.mk Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bsd.own.mk is included before /etc/make.conf in the current sys.mk This causes ${LIBDIR} to be wrongly set to /usr/local/lib/aout when BINFORMAT=elf is set into /etc/make.conf The following patch did the trick for me though I don't know if it's the best/preferable way to do it or if it will break some other esoteric part of the make process. Can someone more knowledgeable in the mk files check this and tell me if I'm completely out of the track? *** sys.mk.orig Mon May 18 17:09:10 1998 --- sys.mk Mon Jun 1 10:07:54 1998 *************** *** 243,250 **** .endif - .include - .if exists(/etc/make.conf) .include .endif --- 243,250 ---- .endif .if exists(/etc/make.conf) .include .endif + + .include Regards Stephane E. Potvin POS and Industry Helpdesk IBM Canada Ltd. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message