freebsd-dev/sys/alpha/osf1/Makefile
Bruce Evans ee32b1da10 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.
2000-01-15 19:40:08 +00:00

14 lines
371 B
Makefile

# $FreeBSD$
# 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
-mv -f osf1_sysent.c osf1_sysent.c.bak
-mv -f osf1_syscall.h osf1_syscall.h.bak
-mv -f osf1_proto.h osf1_proto.h.bak
sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf