Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Create empty temporary rumphdr.types file if missin...



details:   https://anonhg.NetBSD.org/src/rev/0561ee2b0be3
branches:  trunk
changeset: 765764:0561ee2b0be3
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sun Jun 05 14:13:53 2011 +0000

description:
Create empty temporary rumphdr.types file if missing; to avoid error
messages for compat syscalls files regen.

diffstat:

 sys/kern/makesyscalls.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7691e05c7e70 -r 0561ee2b0be3 sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh  Sun Jun 05 13:51:46 2011 +0000
+++ b/sys/kern/makesyscalls.sh  Sun Jun 05 14:13:53 2011 +0000
@@ -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 $sysnamesbottom >> $sysnames
 cat $rumpsysent >> $rumpcalls
 
+touch $rumptypes
 cat $rumptypes >> $rumpcallshdr
 echo >> $rumpcallshdr
 cat $rumpprotos >> $rumpcallshdr



Home | Main Index | Thread Index | Old Index