summaryrefslogtreecommitdiffstats
path: root/sys/kern/makesyscalls.sh
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-29 11:11:18 +0000
committerpeter <peter@FreeBSD.org>1997-03-29 11:11:18 +0000
commit67f018b08e9f5a52eac2ce934e6801ff0d56c5ee (patch)
tree459e01818d321a07a9ae8713dd9d6d511f959c25 /sys/kern/makesyscalls.sh
parentfc10d8f0c7a390530a36c853c68dd15fd00c7e34 (diff)
downloadFreeBSD-src-67f018b08e9f5a52eac2ce934e6801ff0d56c5ee.zip
FreeBSD-src-67f018b08e9f5a52eac2ce934e6801ff0d56c5ee.tar.gz
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).
Diffstat (limited to 'sys/kern/makesyscalls.sh')
-rw-r--r--sys/kern/makesyscalls.sh4
1 files changed, 3 insertions, 1 deletions
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 <config-file>" 1>&2
exit 1
OpenPOWER on IntegriCloud