From 48afa79adc207d292faa8795db9696954d51bed2 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 15 Nov 2003 20:26:02 +0000 Subject: [PATCH] We have CVS; there is no reason to make .bak files when generating the syscall table and vnode interface tables. --- sys/kern/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sys/kern/Makefile b/sys/kern/Makefile index 66d0cef085ad..b7df5adbe4c7 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/10/26 07:25:38 lukem Exp $ +# $NetBSD: Makefile,v 1.12 2003/11/15 20:26:02 thorpej Exp $ # # from: @(#)Makefile 8.2 (Berkeley) 3/21/94 @@ -12,16 +12,10 @@ all: SYSCALLSRC = makesyscalls.sh syscalls.conf syscalls.master init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscallargs.h: ${SYSCALLSRC} - -mv -f init_sysent.c init_sysent.c.bak - -mv -f syscalls.c syscalls.c.bak - -mv -f ../sys/syscall.h ../sys/syscall.h.bak - -mv -f ../sys/syscallargs.h ../sys/syscallargs.h.bak ${HOST_SH} makesyscalls.sh syscalls.conf syscalls.master VNODEIFSRC = vnode_if.sh vnode_if.src vnode_if.c ../sys/vnode_if.h: ${VNODEIFSRC} - -mv -f vnode_if.c vnode_if.c.bak - -mv -f ../sys/vnode_if.h ../sys/vnode_if.h.bak ${HOST_SH} vnode_if.sh vnode_if.src