Thu Sep 15 21:45:53 2011 UTC ()
Update description for cce, from Snader_LB.


(wiz)
diff -r1.18 -r1.19 pkgsrc/mk/misc/developer.mk

cvs diff -r1.18 -r1.19 pkgsrc/mk/misc/developer.mk (expand / switch to unified diff)

--- pkgsrc/mk/misc/developer.mk 2009/08/23 18:09:45 1.18
+++ pkgsrc/mk/misc/developer.mk 2011/09/15 21:45:52 1.19
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: developer.mk,v 1.18 2009/08/23 18:09:45 joerg Exp $ 1# $NetBSD: developer.mk,v 1.19 2011/09/15 21:45:52 wiz Exp $
2# 2#
3# Public targets for developers: 3# Public targets for developers:
4# 4#
5# changes-entry-noupdate: 5# changes-entry-noupdate:
6# Appends a correctly-formatted entry to the pkgsrc CHANGES file, 6# Appends a correctly-formatted entry to the pkgsrc CHANGES file,
7# and removes any TODO entries that were completed with this 7# and removes any TODO entries that were completed with this
8# update from the TODO file. 8# update from the TODO file.
9# The CHANGES and TODO files are presumed to be up to date and writable. 9# The CHANGES and TODO files are presumed to be up to date and writable.
10# Note that the first assumption is often wrong and that the 10# Note that the first assumption is often wrong and that the
11# second is wrong for those that set CVSREAD. 11# second is wrong for those that set CVSREAD.
12# 12#
13# Command-line variables: 13# Command-line variables:
14# 14#
@@ -41,27 +41,27 @@ @@ -41,27 +41,27 @@
41# Explicitly use cvs.netbsd.org:/cvsroot for all cvs commands 41# Explicitly use cvs.netbsd.org:/cvsroot for all cvs commands
42# issues by changes-entry and co. 42# issues by changes-entry and co.
43# 43#
44# Example usage: 44# Example usage:
45# % cd /usr/pkgsrc/category/package 45# % cd /usr/pkgsrc/category/package
46# % make changes-entry CTYPE=Added 46# % make changes-entry CTYPE=Added
47# 47#
48# changes-entry: 48# changes-entry:
49# Like changes-entry-noupdate, plus the CHANGES and TODO files 49# Like changes-entry-noupdate, plus the CHANGES and TODO files
50# are updated, and if not writable, "cvs edit" is done. 50# are updated, and if not writable, "cvs edit" is done.
51# 51#
52# commit-changes-entry: 52# commit-changes-entry:
53# cce: 53# cce:
54# Like changes-entry, plus the CHANGES file is committed. 54# Like changes-entry, plus the CHANGES and TODO files are committed.
55# 55#
56# Keywords: commit update add rename changes 56# Keywords: commit update add rename changes
57# 57#
58 58
59CTYPE?= Updated 59CTYPE?= Updated
60NETBSD_LOGIN_NAME?= ${_NETBSD_LOGIN_NAME_cmd:sh} 60NETBSD_LOGIN_NAME?= ${_NETBSD_LOGIN_NAME_cmd:sh}
61 61
62PKGSRC_CHANGES_DIR= ${PKGSRCDIR}/doc/ 62PKGSRC_CHANGES_DIR= ${PKGSRCDIR}/doc/
63PKGSRC_CHANGES_BASE= CHANGES-${_CYEAR_cmd:sh} 63PKGSRC_CHANGES_BASE= CHANGES-${_CYEAR_cmd:sh}
64PKGSRC_CHANGES?= ${PKGSRC_CHANGES_DIR}/${PKGSRC_CHANGES_BASE} 64PKGSRC_CHANGES?= ${PKGSRC_CHANGES_DIR}/${PKGSRC_CHANGES_BASE}
65PKGSRC_TODO?= ${PKGSRC_CHANGES_DIR}/TODO 65PKGSRC_TODO?= ${PKGSRC_CHANGES_DIR}/TODO
66 66
67_CYEAR_cmd= ${DATE} -u +%Y 67_CYEAR_cmd= ${DATE} -u +%Y