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.
This commit is contained in:
Jordan K. Hubbard 1994-09-16 10:23:46 +00:00
parent fe95e21fed
commit 12cada7161
6 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz # Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91 # 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 # Makefile for FreeBSD
# #
@ -173,6 +173,7 @@ tags:
@echo "see $S/kern/Makefile for tags" @echo "see $S/kern/Makefile for tags"
install: install:
chflags noschg /kernel
mv /kernel /kernel.old mv /kernel /kernel.old
install -c -m 555 -o root -g wheel -fschg kernel / install -c -m 555 -o root -g wheel -fschg kernel /

View File

@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz # Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91 # 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 # Makefile for FreeBSD
# #
@ -173,6 +173,7 @@ tags:
@echo "see $S/kern/Makefile for tags" @echo "see $S/kern/Makefile for tags"
install: install:
chflags noschg /kernel
mv /kernel /kernel.old mv /kernel /kernel.old
install -c -m 555 -o root -g wheel -fschg kernel / install -c -m 555 -o root -g wheel -fschg kernel /

View File

@ -4,7 +4,7 @@
# #
# This kernel is NOT MEANT to be runnable! # 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" machine "i386"
@ -109,8 +109,7 @@ device sd3
pseudo-device sl 2 pseudo-device sl 2
device st0 device st0
device st1 device st1
# options SYSVSHM options SYSVSHM
# options "SHMMAXPGS=64" # 256Kb of sharable memory
options SYSVSEM options SYSVSEM
options SYSVMSG options SYSVMSG
#pseudo-device tb #tablet line discipline. #pseudo-device tb #tablet line discipline.

View File

@ -4,7 +4,7 @@
# #
# This kernel is NOT MEANT to be runnable! # 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" machine "i386"
@ -109,8 +109,7 @@ device sd3
pseudo-device sl 2 pseudo-device sl 2
device st0 device st0
device st1 device st1
# options SYSVSHM options SYSVSHM
# options "SHMMAXPGS=64" # 256Kb of sharable memory
options SYSVSEM options SYSVSEM
options SYSVMSG options SYSVMSG
#pseudo-device tb #tablet line discipline. #pseudo-device tb #tablet line discipline.

View File

@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz # Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91 # 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 # Makefile for FreeBSD
# #
@ -173,6 +173,7 @@ tags:
@echo "see $S/kern/Makefile for tags" @echo "see $S/kern/Makefile for tags"
install: install:
chflags noschg /kernel
mv /kernel /kernel.old mv /kernel /kernel.old
install -c -m 555 -o root -g wheel -fschg kernel / install -c -m 555 -o root -g wheel -fschg kernel /

View File

@ -4,7 +4,7 @@
# #
# This kernel is NOT MEANT to be runnable! # 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" machine "i386"
@ -109,8 +109,7 @@ device sd3
pseudo-device sl 2 pseudo-device sl 2
device st0 device st0
device st1 device st1
# options SYSVSHM options SYSVSHM
# options "SHMMAXPGS=64" # 256Kb of sharable memory
options SYSVSEM options SYSVSEM
options SYSVMSG options SYSVMSG
#pseudo-device tb #tablet line discipline. #pseudo-device tb #tablet line discipline.