Update the dtc version string to match the imported version and note that

version_gen.h should be updated when importing a new version.
This commit is contained in:
jmcneill 2017-06-16 22:47:22 +00:00
parent 1cbdf74a3e
commit c9b5b227bd
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
#define DTC_VERSION "DTC 1.4.1"
#define DTC_VERSION "DTC 1.4.4"