From 67f018b08e9f5a52eac2ce934e6801ff0d56c5ee Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 29 Mar 1997 11:11:18 +0000 Subject: Make sure we touch all the temporary files at startup, because we assume they were created later on. This is not the case when processing syscalls.isc in the ibcs2 area. (It generates no declarations, it's all either hidden (already prototyped elsewhere) or unimplemented). --- sys/kern/makesyscalls.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/kern') diff --git a/sys/kern/makesyscalls.sh b/sys/kern/makesyscalls.sh index dc78413..9fb06a1 100644 --- a/sys/kern/makesyscalls.sh +++ b/sys/kern/makesyscalls.sh @@ -1,6 +1,6 @@ #! /bin/sh - # @(#)makesyscalls.sh 8.1 (Berkeley) 6/10/93 -# $Id$ +# $Id: makesyscalls.sh,v 1.21 1997/02/22 09:39:14 peter Exp $ set -e @@ -28,6 +28,8 @@ sysarg="sysarg.switch" trap "rm $sysdcl $syscompat $syscompatdcl $sysent $sysinc $sysarg" 0 +touch $sysdcl $syscompat $syscompatdcl $sysent $sysinc $sysarg + case $# in 0) echo "Usage: $0 input-file " 1>&2 exit 1 -- cgit v1.1