summaryrefslogtreecommitdiff
path: root/mk/misc
diff options
context:
space:
mode:
authorgdt <gdt>2007-09-09 22:57:04 +0000
committergdt <gdt>2007-09-09 22:57:04 +0000
commit75d3a56ba1572695a8b9d821c8f529f0b5941de6 (patch)
tree86267751694a13fd25f9abcf11b545cfccc40fb4 /mk/misc
parent2c7fb9405d29d1836a1a63d92257fd1fe1d3c54f (diff)
downloadpkgsrc-75d3a56ba1572695a8b9d821c8f529f0b5941de6.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.mk9
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}"