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/8954e9bd5af9
branches: trunk
changeset: 325158:8954e9bd5af9
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 4f3b292643a7 -r 8954e9bd5af9 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