Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Print pathnames for created files. No change to gen...



details:   https://anonhg.NetBSD.org/src/rev/fc0737070919
branches:  trunk
changeset: 750300:fc0737070919
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Dec 23 14:17:19 2009 +0000

description:
Print pathnames for created files.  No change to generated files.

diffstat:

 sys/sys/gennameih.awk |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r debf46de2d48 -r fc0737070919 sys/sys/gennameih.awk
--- a/sys/sys/gennameih.awk     Wed Dec 23 12:44:21 2009 +0000
+++ b/sys/sys/gennameih.awk     Wed Dec 23 14:17:19 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/awk -F
 #
-#      $NetBSD: gennameih.awk,v 1.4 2008/12/03 10:54:27 ad Exp $
+#      $NetBSD: gennameih.awk,v 1.5 2009/12/23 14:17:19 pooka Exp $
 #
 # Copyright (c) 2007 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -35,7 +35,9 @@
 }
 
 function printheader(outfile) {
-       print "/*\t$NetBSD: gennameih.awk,v 1.4 2008/12/03 10:54:27 ad Exp $\t*/\n\n" > outfile
+       print "Generating", outfile
+
+       print "/*\t$NetBSD: gennameih.awk,v 1.5 2009/12/23 14:17:19 pooka Exp $\t*/\n\n" > outfile
 
        print  "/*" > outfile
        print  " * WARNING: GENERATED FILE.  DO NOT EDIT" > outfile
@@ -46,7 +48,7 @@
 }
 
 BEGIN {
-       myvers="$NetBSD: gennameih.awk,v 1.4 2008/12/03 10:54:27 ad Exp $"
+       myvers="$NetBSD: gennameih.awk,v 1.5 2009/12/23 14:17:19 pooka Exp $"
        namei="namei.h"
        rumpnamei = "../rump/include/rump/rump_namei.h"
 }



Home | Main Index | Thread Index | Old Index