From owner-cvs-all Thu Nov 18 1:54:15 1999 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 1A85114E82; Thu, 18 Nov 1999 01:54:12 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA13313; Thu, 18 Nov 1999 01:54:12 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199911180954.BAA13313@freefall.freebsd.org> From: Peter Wemm Date: Thu, 18 Nov 1999 01:54:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/11/18 01:54:12 PST Modified files: sys/i386/conf Makefile.i386 Log: Hack: comment out the pull-in of src/sys/../share/mk/bsd.kern.mk as that breaks if you try and compile a kernel before building world, as is presently required to get past the signal changes. I don't particularly like doing this, but at least it will mean that a 'make world' will activate the gcc 2.95.2-specific option in bsd.kern.mk. Revision Changes Path 1.163 +7 -5 src/sys/i386/conf/Makefile.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message