mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Added ../sys/syscall.mk to targets. Back it up like all the other
targets.
This commit is contained in:
parent
853cbeeb35
commit
7d9509f96c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47105
@ -8,11 +8,12 @@ all:
|
||||
@echo "make tags, make links or init_sysent.c only"
|
||||
|
||||
init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscall-hide.h \
|
||||
../sys/sysproto.h: makesyscalls.sh syscalls.master
|
||||
../sys/syscall.mk ../sys/sysproto.h: makesyscalls.sh syscalls.master
|
||||
-mv -f init_sysent.c init_sysent.c.bak
|
||||
-mv -f syscalls.c syscalls.c.bak
|
||||
-mv -f ../sys/syscall.h ../sys/syscall.h.bak
|
||||
-mv -f ../sys/syscall-hide.h ../sys/syscall-hide.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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user