Module Name:    src
Committed By:   yamt
Date:           Sat Feb  5 13:30:26 UTC 2011

Modified Files:
        src/tools: mkheaderlist.sh

Log Message:
comment


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tools/mkheaderlist.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/mkheaderlist.sh
diff -u src/tools/mkheaderlist.sh:1.1 src/tools/mkheaderlist.sh:1.2
--- src/tools/mkheaderlist.sh:1.1	Tue Aug  7 12:38:23 2007
+++ src/tools/mkheaderlist.sh	Sat Feb  5 13:30:26 2011
@@ -1,5 +1,8 @@
 #!/bin/sh
-# $NetBSD: mkheaderlist.sh,v 1.1 2007/08/07 12:38:23 yamt Exp $
+# $NetBSD: mkheaderlist.sh,v 1.2 2011/02/05 13:30:26 yamt Exp $
+
+# scan the source tree and create the headerlist file which is used by
+# Makefile.nbincludes.
 
 set -e
 
@@ -8,7 +11,7 @@
 	echo "# \$NetBSD\$"
 	echo "#"
 	echo '# do not edit; this file was automatically generated by:'
-	echo '#	$NetBSD: mkheaderlist.sh,v 1.1 2007/08/07 12:38:23 yamt Exp $' | sed -e 's/\$//g'
+	echo '#	$NetBSD: mkheaderlist.sh,v 1.2 2011/02/05 13:30:26 yamt Exp $' | sed -e 's/\$//g'
 	echo
 	cd ../sys/arch && find . -name disklabel.h -o -name elf_machdep.h
 }

Reply via email to