Module Name: src
Committed By: pooka
Date: Mon Dec 9 16:32:06 UTC 2013
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
Echo generated file names so that you can just copypaste & cvs ci
without having to resort to the blazingly fast help of cvs diff.
To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/sys/kern/makesyscalls.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/makesyscalls.sh
diff -u src/sys/kern/makesyscalls.sh:1.135 src/sys/kern/makesyscalls.sh:1.136
--- src/sys/kern/makesyscalls.sh:1.135 Mon Dec 9 16:27:15 2013
+++ src/sys/kern/makesyscalls.sh Mon Dec 9 16:32:06 2013
@@ -1,4 +1,4 @@
-# $NetBSD: makesyscalls.sh,v 1.135 2013/12/09 16:27:15 pooka Exp $
+# $NetBSD: makesyscalls.sh,v 1.136 2013/12/09 16:32:06 pooka Exp $
#
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
# All rights reserved.
@@ -1003,3 +1003,6 @@ echo >> $rumpcallshdr
cat $rumpprotos >> $rumpcallshdr
#chmod 444 $sysnames $sysnumhdr $syssw
+
+echo Generated following files:
+echo $sysarghdr $sysnumhdr $syssw $sysnames $rumpcalls $rumpcallshdr