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/ppccalls make this rebuild gene...



details:   https://anonhg.NetBSD.org/src/rev/5709df73db8a
branches:  trunk
changeset: 574353:5709df73db8a
user:      perry <perry%NetBSD.org@localhost>
date:      Sat Feb 26 23:43:15 2005 +0000

description:
make this rebuild generated files by default, and don't build .bak files

diffstat:

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

diffs (22 lines):

diff -r bac457652d75 -r 5709df73db8a sys/compat/mach/arch/powerpc/ppccalls/Makefile
--- a/sys/compat/mach/arch/powerpc/ppccalls/Makefile    Sat Feb 26 23:42:13 2005 +0000
+++ b/sys/compat/mach/arch/powerpc/ppccalls/Makefile    Sat Feb 26 23:43:15 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2003/10/26 07:25:37 lukem Exp $
+#      $NetBSD: Makefile,v 1.3 2005/02/26 23:43:15 perry Exp $
 
 .include <bsd.sys.mk>          # for HOST_SH
 
@@ -7,8 +7,8 @@
        mach_ppccalls_syscall.h mach_ppccalls_syscallargs.h
 
 ${OBJS}: ${DEP}
-       -mv -f mach_ppccalls_sysent.c mach_ppccalls_sysent.c.bak
-       -mv -f mach_ppccalls_syscalls.c mach_ppccalls_syscalls.c.bak
-       -mv -f mach_ppccalls_syscall.h mach_ppccalls_syscall.h.bak
-       -mv -f mach_ppccalls_syscallargs.h mach_ppccalls_syscallargs.h.bak
        ${HOST_SH} ../../../../../kern/makesyscalls.sh syscalls.conf syscalls.master
+
+all: ${OBJS}
+
+.include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index