summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2017-03-11 08:40:59 +0000
committerdchagin <dchagin@FreeBSD.org>2017-03-11 08:40:59 +0000
commit6d652e420672f0503e157d56ce7610a5b14a94d1 (patch)
tree0cb462d4d90009cfbda9db2dcaf45100c417b907 /sys/amd64
parentcf3e08c26de560cb319cba596afdc574541cf774 (diff)
downloadFreeBSD-src-6d652e420672f0503e157d56ce7610a5b14a94d1.zip
FreeBSD-src-6d652e420672f0503e157d56ce7610a5b14a94d1.tar.gz
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.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/linux/Makefile5
-rw-r--r--sys/amd64/linux32/Makefile5
2 files changed, 0 insertions, 10 deletions
diff --git a/sys/amd64/linux/Makefile b/sys/amd64/linux/Makefile
index c8899e6..fc0aac2 100644
--- a/sys/amd64/linux/Makefile
+++ b/sys/amd64/linux/Makefile
@@ -9,9 +9,4 @@ sysent: linux_sysent.c linux_syscall.h linux_proto.h linux_syscalls.c linux_sys
linux_sysent.c linux_syscall.h linux_proto.h linux_syscalls.c linux_systrace_args.c: \
../../kern/makesyscalls.sh syscalls.master syscalls.conf
- -mv -f linux_sysent.c linux_sysent.c.bak
- -mv -f linux_syscall.h linux_syscall.h.bak
- -mv -f linux_proto.h linux_proto.h.bak
- -mv -f linux_syscalls.c linux_syscalls.c.bak
- -mv -f linux_systrace_args.c linux_systrace_args.c.bak
sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
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
OpenPOWER on IntegriCloud