From 837f3385ae2fa2876a19607c8ee7dfe194f1b818 Mon Sep 17 00:00:00 2001 From: gdt Date: Sun, 9 Sep 2007 22:57:04 +0000 Subject: Add notes of things that need fixing: # XXX Accumulate commit message during each operation, so that a final # commit operation will have a sensible message with all of the # previous operations. # XXX Fail if uid is 0, or perhaps != CVS meta files owner, to catch # the case of invoking these targets as root. --- mk/misc/developer.mk | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'mk/misc') diff --git a/mk/misc/developer.mk b/mk/misc/developer.mk index 44e60053377..349ee416a2c 100644 --- a/mk/misc/developer.mk +++ b/mk/misc/developer.mk @@ -1,4 +1,4 @@ -# $NetBSD: developer.mk,v 1.9 2007/08/02 11:52:14 gdt Exp $ +# $NetBSD: developer.mk,v 1.10 2007/09/09 22:57:04 gdt Exp $ # # Public targets for developers: # @@ -72,6 +72,13 @@ _CE_ERRORS+= "[developer.mk] Invalid value "${CTYPE:Q}" for CTYPE." _CE_MSG2= [${NETBSD_LOGIN_NAME} ${_CDATE_cmd:sh}] _CE_MSG= ${_CE_MSG1} ${_CE_MSG2} +# XXX Accumulate commit message during each operation, so that a final +# commit operation will have a sensible message with all of the +# previous operations. + +# XXX Fail if uid is 0, or perhaps != CVS meta files owner, to catch +# the case of invoking these targets as root. + # Targets for the update, add, commit elementary operations. changes-entry-update: .PHONY ce-error-check @${STEP_MSG} "Updating ${PKGSRC_CHANGES:T}" -- cgit v1.2.3