summaryrefslogtreecommitdiffstats
path: root/sys/kern
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/kern
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/kern')
-rw-r--r--sys/kern/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile
index 0721e82..eb11891 100644
--- a/sys/kern/Makefile
+++ b/sys/kern/Makefile
@@ -12,10 +12,4 @@ sysent: init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscall.mk \
init_sysent.c syscalls.c systrace_args.c ../sys/syscall.h \
../sys/syscall.mk ../sys/sysproto.h: makesyscalls.sh syscalls.master \
capabilities.conf
- -mv -f init_sysent.c init_sysent.c.bak
- -mv -f syscalls.c syscalls.c.bak
- -mv -f systrace_args.c systrace_args.c.bak
- -mv -f ../sys/syscall.h ../sys/syscall.h.bak
- -mv -f ../sys/syscall.mk ../sys/syscall.mk.bak
- -mv -f ../sys/sysproto.h ../sys/sysproto.h.bak
sh makesyscalls.sh syscalls.master
OpenPOWER on IntegriCloud