From ee32b1da10fef2f876383f2d62c97785b54be8f9 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 15 Jan 2000 19:40:08 +0000 Subject: [PATCH] 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. --- sys/alpha/osf1/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/alpha/osf1/Makefile b/sys/alpha/osf1/Makefile index a161390da90..874065834c8 100644 --- a/sys/alpha/osf1/Makefile +++ b/sys/alpha/osf1/Makefile @@ -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