Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/mach/arch/powerpc/fasttraps eliminate creation of...



details:   https://anonhg.NetBSD.org/src/rev/bac457652d75
branches:  trunk
changeset: 574352:bac457652d75
user:      perry <perry%NetBSD.org@localhost>
date:      Sat Feb 26 23:42:13 2005 +0000

description:
eliminate creation of .bak files -- we have source control

diffstat:

 sys/compat/mach/arch/powerpc/fasttraps/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 3e8fc62fcebd -r bac457652d75 sys/compat/mach/arch/powerpc/fasttraps/Makefile
--- a/sys/compat/mach/arch/powerpc/fasttraps/Makefile   Sat Feb 26 23:35:00 2005 +0000
+++ b/sys/compat/mach/arch/powerpc/fasttraps/Makefile   Sat Feb 26 23:42:13 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2005/02/26 23:41:09 perry Exp $
+#      $NetBSD: Makefile,v 1.4 2005/02/26 23:42:13 perry Exp $
 
 .include <bsd.sys.mk>          # for HOST_SH
 
@@ -7,10 +7,6 @@
        mach_fasttraps_syscall.h mach_fasttraps_syscallargs.h
 
 ${OBJS}: ${DEP}
-       -mv -f mach_fasttraps_sysent.c mach_fasttraps_sysent.c.bak
-       -mv -f mach_fasttraps_syscalls.c mach_fasttraps_syscalls.c.bak
-       -mv -f mach_fasttraps_syscall.h mach_fasttraps_syscall.h.bak
-       -mv -f mach_fasttraps_syscallargs.h mach_fasttraps_syscallargs.h.bak
        ${HOST_SH} ../../../../../kern/makesyscalls.sh syscalls.conf syscalls.master
 
 all: ${OBJS}



Home | Main Index | Thread Index | Old Index