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:
John Baldwin 2005-07-13 20:50:17 +00:00
parent 489fc2258f
commit 2c65cb82ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147977
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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