Module Name:    src
Committed By:   jmcneill
Date:           Fri Jun 16 22:47:22 UTC 2017

Modified Files:
        src/external/gpl2/dtc: dtc2netbsd
        src/external/gpl2/dtc/usr.bin/dtc: version_gen.h

Log Message:
Update the dtc version string to match the imported version and note that
version_gen.h should be updated when importing a new version.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl2/dtc/dtc2netbsd
cvs rdiff -u -r1.1 -r1.2 src/external/gpl2/dtc/usr.bin/dtc/version_gen.h

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

Modified files:

Index: src/external/gpl2/dtc/dtc2netbsd
diff -u src/external/gpl2/dtc/dtc2netbsd:1.1 src/external/gpl2/dtc/dtc2netbsd:1.2
--- src/external/gpl2/dtc/dtc2netbsd:1.1	Thu Jun  8 15:51:12 2017
+++ src/external/gpl2/dtc/dtc2netbsd	Fri Jun 16 22:47:22 2017
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#	$NetBSD: dtc2netbsd,v 1.1 2017/06/08 15:51:12 skrll Exp $
+#	$NetBSD: dtc2netbsd,v 1.2 2017/06/16 22:47:22 jmcneill Exp $
 #
 #
 # Copyright (c) 2017 The NetBSD Foundation, Inc.
@@ -52,6 +52,9 @@
 #	$ cvs import -m "Import dtc YYYY-MM-DD" src/external/gpl2/dtc/dist DTC dtc-<version>
 # merge dtc sources using, e.g.
 # 	$ cvs -d cvs.netbsd.org:/cvsroot checkout -jdtc-1-4-1 -jdtc-1-4-4 src/external/gpl2/dtc/dist
+#
+# Update the version string in the version_gen.h header to match the imported version:
+#	$ echo '#define DTC_VERSION "DTC 1.4.4"' > src/external/gpl2/dtc/usr.bin/dtc/version_gen.h
 
 if [ $# -ne 2 ]; then echo "dtc2netbsd dtcsrc tmpdir"; exit 1; fi
 

Index: src/external/gpl2/dtc/usr.bin/dtc/version_gen.h
diff -u src/external/gpl2/dtc/usr.bin/dtc/version_gen.h:1.1 src/external/gpl2/dtc/usr.bin/dtc/version_gen.h:1.2
--- src/external/gpl2/dtc/usr.bin/dtc/version_gen.h:1.1	Mon Jun  5 18:59:43 2017
+++ src/external/gpl2/dtc/usr.bin/dtc/version_gen.h	Fri Jun 16 22:47:22 2017
@@ -1 +1 @@
-#define DTC_VERSION "DTC 1.4.1"
+#define DTC_VERSION "DTC 1.4.4"

Reply via email to