summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-16 10:23:46 +0000
committerjkh <jkh@FreeBSD.org>1994-09-16 10:23:46 +0000
commitdd1f19bffaba6b86bddb23bc98fceca3afa30563 (patch)
tree94e422b1eb498d30fdbdec77d34e361086824e3e
parentb9bdf5a8d6d7e6ae615d97942a7480c02a5e6d30 (diff)
downloadFreeBSD-src-dd1f19bffaba6b86bddb23bc98fceca3afa30563.zip
FreeBSD-src-dd1f19bffaba6b86bddb23bc98fceca3afa30563.tar.gz
Add SYSV shm stuff back to LINT.
chflags noschg /kernel in Makefile.i386 so if our previous kernel was installed by make install, the second won't fall over.
-rw-r--r--sys/conf/Makefile.i3863
-rw-r--r--sys/conf/Makefile.powerpc3
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/Makefile.i3863
-rw-r--r--sys/i386/conf/NOTES5
6 files changed, 12 insertions, 12 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 21ef4b4..3477d26 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.35 1994/09/05 19:10:01 jkh Exp $
+# $Id: Makefile.i386,v 1.36 1994/09/09 22:03:51 wollman Exp $
#
# Makefile for FreeBSD
#
@@ -173,6 +173,7 @@ tags:
@echo "see $S/kern/Makefile for tags"
install:
+ chflags noschg /kernel
mv /kernel /kernel.old
install -c -m 555 -o root -g wheel -fschg kernel /
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 21ef4b4..3477d26 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.35 1994/09/05 19:10:01 jkh Exp $
+# $Id: Makefile.i386,v 1.36 1994/09/09 22:03:51 wollman Exp $
#
# Makefile for FreeBSD
#
@@ -173,6 +173,7 @@ tags:
@echo "see $S/kern/Makefile for tags"
install:
+ chflags noschg /kernel
mv /kernel /kernel.old
install -c -m 555 -o root -g wheel -fschg kernel /
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 42fbd24..f36cb21 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.78 1994/09/11 21:09:49 ats Exp $
+# $Id: LINT,v 1.79 1994/09/13 03:34:08 phk Exp $
#
machine "i386"
@@ -109,8 +109,7 @@ device sd3
pseudo-device sl 2
device st0
device st1
-# options SYSVSHM
-# options "SHMMAXPGS=64" # 256Kb of sharable memory
+options SYSVSHM
options SYSVSEM
options SYSVMSG
#pseudo-device tb #tablet line discipline.
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 42fbd24..f36cb21 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.78 1994/09/11 21:09:49 ats Exp $
+# $Id: LINT,v 1.79 1994/09/13 03:34:08 phk Exp $
#
machine "i386"
@@ -109,8 +109,7 @@ device sd3
pseudo-device sl 2
device st0
device st1
-# options SYSVSHM
-# options "SHMMAXPGS=64" # 256Kb of sharable memory
+options SYSVSHM
options SYSVSEM
options SYSVMSG
#pseudo-device tb #tablet line discipline.
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index 21ef4b4..3477d26 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.35 1994/09/05 19:10:01 jkh Exp $
+# $Id: Makefile.i386,v 1.36 1994/09/09 22:03:51 wollman Exp $
#
# Makefile for FreeBSD
#
@@ -173,6 +173,7 @@ tags:
@echo "see $S/kern/Makefile for tags"
install:
+ chflags noschg /kernel
mv /kernel /kernel.old
install -c -m 555 -o root -g wheel -fschg kernel /
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 42fbd24..f36cb21 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.78 1994/09/11 21:09:49 ats Exp $
+# $Id: LINT,v 1.79 1994/09/13 03:34:08 phk Exp $
#
machine "i386"
@@ -109,8 +109,7 @@ device sd3
pseudo-device sl 2
device st0
device st1
-# options SYSVSHM
-# options "SHMMAXPGS=64" # 256Kb of sharable memory
+options SYSVSHM
options SYSVSEM
options SYSVMSG
#pseudo-device tb #tablet line discipline.
OpenPOWER on IntegriCloud