Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl2/dtc Update the dtc version string to match the...
details: https://anonhg.NetBSD.org/src/rev/bdba3b6746b1
branches: trunk
changeset: 354445:bdba3b6746b1
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri Jun 16 22:47:22 2017 +0000
description:
Update the dtc version string to match the imported version and note that
version_gen.h should be updated when importing a new version.
diffstat:
external/gpl2/dtc/dtc2netbsd | 5 ++++-
external/gpl2/dtc/usr.bin/dtc/version_gen.h | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 94291ad65f21 -r bdba3b6746b1 external/gpl2/dtc/dtc2netbsd
--- a/external/gpl2/dtc/dtc2netbsd Fri Jun 16 22:39:34 2017 +0000
+++ b/external/gpl2/dtc/dtc2netbsd Fri Jun 16 22:47:22 2017 +0000
@@ -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
diff -r 94291ad65f21 -r bdba3b6746b1 external/gpl2/dtc/usr.bin/dtc/version_gen.h
--- a/external/gpl2/dtc/usr.bin/dtc/version_gen.h Fri Jun 16 22:39:34 2017 +0000
+++ b/external/gpl2/dtc/usr.bin/dtc/version_gen.h Fri Jun 16 22:47:22 2017 +0000
@@ -1,1 +1,1 @@
-#define DTC_VERSION "DTC 1.4.1"
+#define DTC_VERSION "DTC 1.4.4"
Home |
Main Index |
Thread Index |
Old Index