From owner-cvs-sys Sun Apr 27 13:02:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA26227 for cvs-sys-outgoing; Sun, 27 Apr 1997 13:02:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA26185; Sun, 27 Apr 1997 13:02:03 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA21931; Sun, 27 Apr 1997 13:01:48 -0700 (PDT) Date: Sun, 27 Apr 1997 13:01:48 -0700 (PDT) Message-Id: <199704272001.NAA21931@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sys@FreeBSD.org Subject: cvs commit: src/sys/i386/conf Makefile.i386 options.i386 Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk peter 97/04/27 13:01:48 Modified: sys/i386/conf Makefile.i386 options.i386 Log: Create a special option file "opt_global.h" which is included by all source files via a 'cc -include opt_global.h ...' type arrangement. This means we can untangle certain header files. options.i386 has a placeholder until it has a real member so we can avoid having to teach config about it just yet. Reviewed by: bde Revision Changes Path 1.95 +5 -3 src/sys/i386/conf/Makefile.i386 1.41 +3 -1 src/sys/i386/conf/options.i386