Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Echo generated file names so that you can just copy...



details:   https://anonhg.NetBSD.org/src/rev/931189666b5a
branches:  trunk
changeset: 791898:931189666b5a
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Dec 09 16:32:06 2013 +0000

description:
Echo generated file names so that you can just copypaste & cvs ci
without having to resort to the blazingly fast help of cvs diff.

diffstat:

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

diffs (16 lines):

diff -r ea8ca0cc3956 -r 931189666b5a sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh  Mon Dec 09 16:27:15 2013 +0000
+++ b/sys/kern/makesyscalls.sh  Mon Dec 09 16:32:06 2013 +0000
@@ -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 @@
 cat $rumpprotos >> $rumpcallshdr
 
 #chmod 444 $sysnames $sysnumhdr $syssw
+
+echo Generated following files:
+echo $sysarghdr $sysnumhdr $syssw $sysnames $rumpcalls $rumpcallshdr



Home | Main Index | Thread Index | Old Index