summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-10-10 09:44:12 +0000
committerpeter <peter@FreeBSD.org>1997-10-10 09:44:12 +0000
commitfc821abd4cc8c7de33da0bf4a15c6ca5b53f82eb (patch)
tree9d70f20795753c0aeb2db313e990a9e586591ca2 /sys/conf
parent017c612e631166a1e7846b1bc4c174f13782bf45 (diff)
downloadFreeBSD-src-fc821abd4cc8c7de33da0bf4a15c6ca5b53f82eb.zip
FreeBSD-src-fc821abd4cc8c7de33da0bf4a15c6ca5b53f82eb.tar.gz
Convert the VM86 option from a global option to an option only depended
on by the files that use it. Changing the VM86 option now only causes a recompile of a dozen files or so rather than the entire kernel.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.i3864
-rw-r--r--sys/conf/Makefile.powerpc4
-rw-r--r--sys/conf/options.i3864
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index c50b2fa..01c1a5b 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.100 1997/06/29 16:39:09 bde Exp $
+# $Id: Makefile.i386,v 1.101 1997/07/25 11:53:20 phk Exp $
#
# Makefile for FreeBSD
#
@@ -162,7 +162,7 @@ assym.s: genassym
# Some of the defines that genassym outputs may well depend on the
# value of kernel options.
-genassym.o: ${I386}/i386/genassym.c Makefile opt_global.h
+genassym.o: ${I386}/i386/genassym.c Makefile opt_global.h opt_vm86.h
${CC} -c ${CFLAGS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c
genassym: genassym.o
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index c50b2fa..01c1a5b 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.100 1997/06/29 16:39:09 bde Exp $
+# $Id: Makefile.i386,v 1.101 1997/07/25 11:53:20 phk Exp $
#
# Makefile for FreeBSD
#
@@ -162,7 +162,7 @@ assym.s: genassym
# Some of the defines that genassym outputs may well depend on the
# value of kernel options.
-genassym.o: ${I386}/i386/genassym.c Makefile opt_global.h
+genassym.o: ${I386}/i386/genassym.c Makefile opt_global.h opt_vm86.h
${CC} -c ${CFLAGS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c
genassym: genassym.o
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 44e71d0..b2446a5 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -1,10 +1,10 @@
-# $Id: options.i386,v 1.59 1997/09/16 07:45:33 joerg Exp $
+# $Id: options.i386,v 1.60 1997/09/19 15:25:49 jmg Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
MATH_EMULATE opt_math_emulate.h
GPL_MATH_EMULATE opt_math_emulate.h
-VM86 opt_global.h
+VM86 opt_vm86.h
IBCS2 opt_dontuse.h
COMPAT_LINUX opt_dontuse.h
OpenPOWER on IntegriCloud