summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-05-09 21:40:01 +0000
committerbde <bde@FreeBSD.org>2000-05-09 21:40:01 +0000
commitef5a12c723153da3f2cbffa00326911c9c02e6de (patch)
tree8c064e03f189661091328f1ece7b851babafd116
parentbe5c6ddb30db57e179969f3e02e298f19deeb190 (diff)
downloadFreeBSD-src-ef5a12c723153da3f2cbffa00326911c9c02e6de.zip
FreeBSD-src-ef5a12c723153da3f2cbffa00326911c9c02e6de.tar.gz
Don't forget to back up svr4_syscallnames.c. Don't depend on side effects
to generate it.
-rw-r--r--sys/compat/svr4/Makefile5
-rw-r--r--sys/svr4/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/compat/svr4/Makefile b/sys/compat/svr4/Makefile
index c8fcdb5..a3eaaf4 100644
--- a/sys/compat/svr4/Makefile
+++ b/sys/compat/svr4/Makefile
@@ -7,8 +7,9 @@ MAINTAINER= newton@freebsd.org
all:
@echo "make svr4_sysent.c only"
-svr4_sysent.c svr4_syscall.h svr4_proto.h: ../kern/makesyscalls.sh \
- syscalls.master syscalls.conf
+svr4_syscallnames.c svr4_sysent.c svr4_syscall.h svr4_proto.h: \
+ ../kern/makesyscalls.sh syscalls.master syscalls.conf
+ -mv -f svr4_syscallnames.c svr4_syscallnames.c.bak
-mv -f svr4_sysent.c svr4_sysent.c.bak
-mv -f svr4_syscall.h svr4_syscall.h.bak
-mv -f svr4_proto.h svr4_proto.h.bak
diff --git a/sys/svr4/Makefile b/sys/svr4/Makefile
index c8fcdb5..a3eaaf4 100644
--- a/sys/svr4/Makefile
+++ b/sys/svr4/Makefile
@@ -7,8 +7,9 @@ MAINTAINER= newton@freebsd.org
all:
@echo "make svr4_sysent.c only"
-svr4_sysent.c svr4_syscall.h svr4_proto.h: ../kern/makesyscalls.sh \
- syscalls.master syscalls.conf
+svr4_syscallnames.c svr4_sysent.c svr4_syscall.h svr4_proto.h: \
+ ../kern/makesyscalls.sh syscalls.master syscalls.conf
+ -mv -f svr4_syscallnames.c svr4_syscallnames.c.bak
-mv -f svr4_sysent.c svr4_sysent.c.bak
-mv -f svr4_syscall.h svr4_syscall.h.bak
-mv -f svr4_proto.h svr4_proto.h.bak
OpenPOWER on IntegriCloud