pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/misc Add notes of things that need fixing:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f108cc73de7
branches:  trunk
changeset: 533162:1f108cc73de7
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Sep 09 22:57:04 2007 +0000

description:
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:

 mk/misc/developer.mk |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 91863bd0ea92 -r 1f108cc73de7 mk/misc/developer.mk
--- a/mk/misc/developer.mk      Sun Sep 09 21:45:48 2007 +0000
+++ b/mk/misc/developer.mk      Sun Sep 09 22:57:04 2007 +0000
@@ -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_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}"



Home | Main Index | Thread Index | Old Index