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:
parent
ce4d3d68f9
commit
14487c9009
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user