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).
This commit is contained in:
Peter Wemm 1997-03-29 11:11:18 +00:00
parent 3d4d8fe94d
commit 55a278acdd

View File

@ -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 <config-file>" 1>&2
exit 1