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:
bde 2000-01-15 19:40:08 +00:00
parent ce4d3d68f9
commit 14487c9009

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