Deleted Added
full compact
Makefile (115429) Makefile (119331)
1# Makefile for syscall tables
2#
1# Makefile for syscall tables
2#
3# $FreeBSD: head/sys/compat/freebsd32/Makefile 115429 2003-05-31 06:49:53Z peter $
3# $FreeBSD: head/sys/compat/freebsd32/Makefile 119331 2003-08-22 22:51:48Z peter $
4
5all:
6 @echo "make sysent only"
7
4
5all:
6 @echo "make sysent only"
7
8sysent: ia32_sysent.c ia32_syscall.h ia32_proto.h
8sysent: freebsd32_sysent.c freebsd32_syscall.h freebsd32_proto.h
9
9
10ia32_sysent.c ia32_syscalls.c ia32_syscall.h ia32_proto.h: ../../kern/makesyscalls.sh \
11 syscalls.master syscalls.conf
12 -mv -f ia32_sysent.c ia32_sysent.c.bak
13 -mv -f ia32_syscalls.c ia32_syscalls.c.bak
14 -mv -f ia32_syscall.h ia32_syscall.h.bak
15 -mv -f ia32_proto.h ia32_proto.h.bak
10freebsd32_sysent.c freebsd32_syscalls.c freebsd32_syscall.h freebsd32_proto.h: \
11 ../../kern/makesyscalls.sh syscalls.master syscalls.conf
12 -mv -f freebsd32_sysent.c freebsd32_sysent.c.bak
13 -mv -f freebsd32_syscalls.c freebsd32_syscalls.c.bak
14 -mv -f freebsd32_syscall.h freebsd32_syscall.h.bak
15 -mv -f freebsd32_proto.h freebsd32_proto.h.bak
16 sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
16 sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf