diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-26 15:09:54 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-26 15:09:54 +0000 |
commit | 7286afc85c82c3638c2c4bc0028f896008ee8ddc (patch) | |
tree | 745d55651769e3f23eb9e32d847595df80f70839 /sys/arch/pmax/conf | |
parent | 24109db2f091e388aefe92d70037a0fde2a7d998 (diff) |
From NetBSD: vnode_if.[ch] made machine independent.
very usefull (for <sys/vnode.h> inclusion).
from the other side this is really machine independent ...
tested w/ i386, but should not cause errors w/ other arch's.
pls, test it (don't forget to reconfig kernel ;)
Diffstat (limited to 'sys/arch/pmax/conf')
-rw-r--r-- | sys/arch/pmax/conf/Makefile.pmax | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sys/arch/pmax/conf/Makefile.pmax b/sys/arch/pmax/conf/Makefile.pmax index 9e19330aedc..c3b2e9b0715 100644 --- a/sys/arch/pmax/conf/Makefile.pmax +++ b/sys/arch/pmax/conf/Makefile.pmax @@ -91,7 +91,7 @@ NORMAL_S_C= ${AS} ${COPTS} ${PARAM} $< -o $@ # ${SYSTEM_LD_HEAD} # ${SYSTEM_LD} swapxxx.o # ${SYSTEM_LD_TAIL} -SYSTEM_OBJ= locore.o fp.o vnode_if.o ${OBJS} param.o ioconf.o ${LIBKERN} \ +SYSTEM_OBJ= locore.o fp.o ${OBJS} param.o ioconf.o ${LIBKERN} \ ${LIBCOMPAT} #SYSTEM_DEP= Makefile symbols.sort ${SYSTEM_OBJ} ${LIBKERN} SYSTEM_DEP= Makefile ${SYSTEM_OBJ} @@ -122,7 +122,7 @@ newvers: clean:: rm -f eddep *vmunix vmunix.gdb tags *.o locore.i [a-z]*.s \ - vnode_if.[ch] Errs errs linterrs makelinks genassym + Errs errs linterrs makelinks genassym lint: /tmp param.c @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \ @@ -157,7 +157,7 @@ assym.h: genassym genassym: ${PMAX}/pmax/genassym.c cc ${INCLUDES} ${IDENT} ${PARAM} -o genassym ${PMAX}/pmax/genassym.c -depend: assym.h param.c vnode_if.h +depend: assym.h param.c mkdep ${COPTS} ${CFILES} ioconf.c param.c mkdep -a -p ${INCLUDES} ${IDENT} ${PARAM} ${PMAX}/pmax/genassym.c @@ -186,11 +186,6 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} sh $S/conf/newvers.sh ${CC} ${CFLAGS} -c vers.c -vnode_if.c: $S/kern/vnode_if.sh $S/kern/vnode_if.src - sh $S/kern/vnode_if.sh $S/kern/vnode_if.src -vnode_if.h: $S/kern/vnode_if.sh $S/kern/vnode_if.src - sh $S/kern/vnode_if.sh $S/kern/vnode_if.src - %RULES |