From a7726c1826bf72fe96a464af20c59a842f8c4491 Mon Sep 17 00:00:00 2001 From: dchagin Date: Sat, 11 Mar 2017 08:39:24 +0000 Subject: MFC r303464 (by brooks@): Don't create pointless backups of generated files in "make sysent". Any sensible workflow will include a revision control system from which to restore the old files if required. In normal usage, developers just have to clean up the mess. --- sys/amd64/linux32/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/amd64/linux32') diff --git a/sys/amd64/linux32/Makefile b/sys/amd64/linux32/Makefile index 4826981..9219b34 100644 --- a/sys/amd64/linux32/Makefile +++ b/sys/amd64/linux32/Makefile @@ -9,9 +9,4 @@ sysent: linux32_sysent.c linux32_syscall.h linux32_proto.h linux32_syscalls.c l linux32_sysent.c linux32_syscall.h linux32_proto.h linux32_syscalls.c linux32_systrace_args.c: ../../kern/makesyscalls.sh \ syscalls.master syscalls.conf - -mv -f linux32_sysent.c linux32_sysent.c.bak - -mv -f linux32_syscall.h linux32_syscall.h.bak - -mv -f linux32_proto.h linux32_proto.h.bak - -mv -f linux32_syscalls.c linux32_syscalls.c.bak - -mv -f linux32_systrace_args.c linux32_systrace_args.c.bak sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf -- cgit v1.1