mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Add a 'sysent' target that depends on the various files built from
syscalls.master for the master list and the Alpha/OSF1 compat ABI to be consistent with all the other compat ABIs where 'make sysent' already works. MFC after: 3 days
This commit is contained in:
parent
489fc2258f
commit
2c65cb82ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147977
@ -3,7 +3,9 @@
|
||||
# Makefile for syscall tables.
|
||||
|
||||
all:
|
||||
@echo "make osf1_sysent.c only"
|
||||
@echo "make sysent only"
|
||||
|
||||
sysent: osf1_sysent.c osf1_syscall.h osf1_proto.h
|
||||
|
||||
osf1_sysent.c osf1_syscall.h osf1_proto.h: ../../kern/makesyscalls.sh \
|
||||
syscalls.master syscalls.conf
|
||||
|
@ -6,7 +6,10 @@
|
||||
ARCH= i386 # luna68k news3400 pmax sparc tahoe vax
|
||||
|
||||
all:
|
||||
@echo "make tags, make links or init_sysent.c only"
|
||||
@echo "make tags, make links or make sysent only"
|
||||
|
||||
sysent: init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscall.mk \
|
||||
../sys/sysproto.h
|
||||
|
||||
init_sysent.c syscalls.c ../sys/syscall.h \
|
||||
../sys/syscall.mk ../sys/sysproto.h: makesyscalls.sh syscalls.master
|
||||
|
Loading…
Reference in New Issue
Block a user