From 13c8fe24a7948e34a91826931dbd257d09ac18fb Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 29 Mar 1997 10:45:39 +0000 Subject: Add a Makefile for regenerating the syscall tables --- sys/alpha/linux/Makefile | 7 +++++++ sys/i386/linux/Makefile | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 sys/alpha/linux/Makefile create mode 100644 sys/i386/linux/Makefile (limited to 'sys') diff --git a/sys/alpha/linux/Makefile b/sys/alpha/linux/Makefile new file mode 100644 index 0000000..e1f0033 --- /dev/null +++ b/sys/alpha/linux/Makefile @@ -0,0 +1,7 @@ +# Makefile for syscalls tables + +linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh syscalls.master syscalls.conf + -mv -f linux_sysent.c linux_sysent.c.bak + -mv -f linux_syscall.h linux_syscall.h.bak + -mv -f linux_proto.h linux_proto.h.bak + sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf diff --git a/sys/i386/linux/Makefile b/sys/i386/linux/Makefile new file mode 100644 index 0000000..e1f0033 --- /dev/null +++ b/sys/i386/linux/Makefile @@ -0,0 +1,7 @@ +# Makefile for syscalls tables + +linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh syscalls.master syscalls.conf + -mv -f linux_sysent.c linux_sysent.c.bak + -mv -f linux_syscall.h linux_syscall.h.bak + -mv -f linux_proto.h linux_proto.h.bak + sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf -- cgit v1.1