e58a2e4c46
target (ie: don't do anything accidently)
14 lines
421 B
Makefile
14 lines
421 B
Makefile
# Makefile for syscall tables
|
|
#
|
|
# $Id: Makefile,v 1.2 1997/03/29 10:48:49 peter Exp $
|
|
|
|
all:
|
|
@echo "make linux_sysent.c only"
|
|
|
|
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
|