Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern We have CVS; there is no reason to make .bak files ...



details:   https://anonhg.NetBSD.org/src/rev/319a3bee9fa3
branches:  trunk
changeset: 555363:319a3bee9fa3
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Nov 15 20:26:02 2003 +0000

description:
We have CVS; there is no reason to make .bak files when generating the
syscall table and vnode interface tables.

diffstat:

 sys/kern/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 607dd3c5cd55 -r 319a3bee9fa3 sys/kern/Makefile
--- a/sys/kern/Makefile Sat Nov 15 20:18:34 2003 +0000
+++ b/sys/kern/Makefile Sat Nov 15 20:26:02 2003 +0000
@@ -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 @@
 
 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
 
 



Home | Main Index | Thread Index | Old Index