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/alpha | |
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/alpha')
-rw-r--r-- | sys/arch/alpha/conf/Makefile.alpha | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index e6dd45bd03e..b09846200a3 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -84,7 +84,7 @@ LDX=-X LDX=-x .endif LDFLAGS= ${LDX} -G 4 -N -e __start -Ttext fffffc0000230000 -SYSTEM_OBJ= locore.o vnode_if.o ${OBJS} param.o ioconf.o ${LIBKERN} \ +SYSTEM_OBJ= locore.o ${OBJS} param.o ioconf.o ${LIBKERN} \ ${LIBCOMPAT} SYSTEM_DEP= Makefile ${SYSTEM_OBJ} SYSTEM_LD_HEAD= @echo loading $@; rm -f $@ @@ -108,7 +108,7 @@ newvers: ${CC} ${CFLAGS} -c vers.c clean:: - rm -f eddep *netbsd netbsd.gdb tags tags1 vnode_if.[ch] *.[io] \ + rm -f eddep *netbsd netbsd.gdb tags tags1 *.[io] \ [a-z]*.s Errs errs linterrs makelinks genassym @@ -129,7 +129,7 @@ genassym: genassym.o genassym.o: ${ALPHA}/alpha/genassym.c ${CC} -c ${CFLAGS} ${PARAM} $< -SRCS= ${CFILES} ${ALPHA}/alpha/genassym.c ioconf.c param.c vnode_if.c +SRCS= ${CFILES} ${ALPHA}/alpha/genassym.c ioconf.c param.c depend: .depend .depend: ${SRCS} assym.s mkdep ${COPTS} ${SRCS} @@ -158,7 +158,4 @@ param.c: $S/conf/param.c param.o: param.c Makefile ${CC} -c ${CFLAGS} ${PARAM} param.c -vnode_if.c vnode_if.h: $S/kern/vnode_if.sh $S/kern/vnode_if.src - AWK="${AWK}" sh $S/kern/vnode_if.sh $S/kern/vnode_if.src - %RULES |