Create empty temporary rumphdr.types file if missing; to avoid error
messages for compat syscalls files regen.
This commit is contained in:
parent
0202e776ab
commit
7c78532f22
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh -
|
||||
# $NetBSD: makesyscalls.sh,v 1.117 2011/03/08 18:29:49 pooka Exp $
|
||||
# $NetBSD: makesyscalls.sh,v 1.118 2011/06/05 14:13:53 njoly Exp $
|
||||
#
|
||||
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
|
||||
# All rights reserved.
|
||||
|
@ -951,6 +951,7 @@ cat $sysdcl $sysent > $syssw
|
|||
cat $sysnamesbottom >> $sysnames
|
||||
cat $rumpsysent >> $rumpcalls
|
||||
|
||||
touch $rumptypes
|
||||
cat $rumptypes >> $rumpcallshdr
|
||||
echo >> $rumpcallshdr
|
||||
cat $rumpprotos >> $rumpcallshdr
|
||||
|
|
Loading…
Reference in New Issue