diff options
author | gdt <gdt@pkgsrc.org> | 2007-09-09 22:57:04 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-09-09 22:57:04 +0000 |
commit | 837f3385ae2fa2876a19607c8ee7dfe194f1b818 (patch) | |
tree | 86267751694a13fd25f9abcf11b545cfccc40fb4 /mk/misc | |
parent | 7ba536f9ba3071399b3ae1838185db967a454efb (diff) | |
download | pkgsrc-837f3385ae2fa2876a19607c8ee7dfe194f1b818.tar.gz |
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.
Diffstat (limited to 'mk/misc')
-rw-r--r-- | mk/misc/developer.mk | 9 |
1 files changed, 8 insertions, 1 deletions
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}" |