Don't clobber the sources when plain "make" is run. Just print a message

as in all other Makefiles that create syscall files.

Fixed some style bugs.
This commit is contained in:
Bruce Evans 2000-01-15 19:40:08 +00:00
parent 121ac7c9a2
commit ee32b1da10

View File

@ -1,7 +1,9 @@
# $FreeBSD$
# Makefile for syscall tables
all: osf1_sysent.c
# Makefile for syscall tables.
all:
@echo "make osf1_sysent.c only"
osf1_sysent.c osf1_syscall.h osf1_proto.h: ../../kern/makesyscalls.sh \
syscalls.master syscalls.conf