pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/misc mk/misc/developer.mk: improve commit message
details: https://anonhg.NetBSD.org/pkgsrc/rev/7e7893a07fca
branches: trunk
changeset: 368276:7e7893a07fca
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Sep 13 09:06:34 2017 +0000
description:
mk/misc/developer.mk: improve commit message
Commits to doc/ might also affect the TODO file, so use
"doc: " instead of "CHANGES-2017: " as default prefix.
Suggested by jperkin.
diffstat:
mk/misc/developer.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 22e533b369d1 -r 7e7893a07fca mk/misc/developer.mk
--- a/mk/misc/developer.mk Wed Sep 13 09:04:16 2017 +0000
+++ b/mk/misc/developer.mk Wed Sep 13 09:06:34 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: developer.mk,v 1.23 2017/09/12 14:04:59 wiz Exp $
+# $NetBSD: developer.mk,v 1.24 2017/09/13 09:06:34 wiz Exp $
#
# Public targets for developers:
#
@@ -126,7 +126,7 @@
changes-entry-commit: .PHONY ce-error-check
@${STEP_MSG} "Committing the change"
- ${RUN} cd ${PKGSRC_CHANGES_DIR} && cvs ${_NB_CVSROOT} commit -m ${PKGSRC_CHANGES_BASE:Q}": "${_CE_MSG1:Q} ${PKGSRC_CHANGES:T} ${PKGSRC_TODO:T}
+ ${RUN} cd ${PKGSRC_CHANGES_DIR} && cvs ${_NB_CVSROOT} commit -m "doc: "${_CE_MSG1:Q} ${PKGSRC_CHANGES:T} ${PKGSRC_TODO:T}
ce-error-check: .PHONY
.if defined(_CE_ERRORS) && !empty(_CE_ERRORS:M*)
Home |
Main Index |
Thread Index |
Old Index