build syscall files the right way, for new args mechanism.
authorChris G. Demetriou <cgd@ucbvax.Berkeley.EDU>
Wed, 15 Feb 1995 02:34:48 +0000 (18:34 -0800)
committerChris G. Demetriou <cgd@ucbvax.Berkeley.EDU>
Wed, 15 Feb 1995 02:34:48 +0000 (18:34 -0800)
SCCS-vsn: sys/kern/Makefile 8.3

usr/src/sys/kern/Makefile

index dbb52c8..b4ba653 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    8.2 (Berkeley) %G%
+#      @(#)Makefile    8.3 (Berkeley) %G%
 
 # Makefile for kernel tags files, init_sysent, etc.
 
 
 # Makefile for kernel tags files, init_sysent, etc.
 
@@ -7,11 +7,11 @@ ARCH= hp300 i386 luna68k news3400 pmax sparc tahoe vax
 all:
        @echo "make tags, make links or init_sysent.c only"
 
 all:
        @echo "make tags, make links or init_sysent.c only"
 
-init_sysent.c syscalls.c ../sys/syscall.h: makesyscalls.sh syscalls.master
+init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscallargs.h: makesyscalls.sh syscalls.master
        -mv -f init_sysent.c init_sysent.c.bak
        -mv -f syscalls.c syscalls.c.bak
        -mv -f ../sys/syscall.h ../sys/syscall.h.bak
        -mv -f init_sysent.c init_sysent.c.bak
        -mv -f syscalls.c syscalls.c.bak
        -mv -f ../sys/syscall.h ../sys/syscall.h.bak
-       sh makesyscalls.sh syscalls.master
+       sh makesyscalls.sh syscalls.conf syscalls.master
 
 # Kernel tags:
 # Tags files are built in the top-level directory for each architecture,
 
 # Kernel tags:
 # Tags files are built in the top-level directory for each architecture,