pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/misc Forgot to disable the "echo-only" mode in the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3035177236d7
branches:  trunk
changeset: 526559:3035177236d7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Mar 14 17:53:03 2007 +0000

description:
Forgot to disable the "echo-only" mode in the last commit.
Now "make cce" really commits.

diffstat:

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

diffs (18 lines):

diff -r 3fee8321c6b8 -r 3035177236d7 mk/misc/developer.mk
--- a/mk/misc/developer.mk      Wed Mar 14 17:50:46 2007 +0000
+++ b/mk/misc/developer.mk      Wed Mar 14 17:53:03 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: developer.mk,v 1.4 2007/03/14 16:21:58 rillig Exp $
+# $NetBSD: developer.mk,v 1.5 2007/03/14 17:53:03 rillig Exp $
 #
 # Public targets for developers:
 #
@@ -74,7 +74,7 @@
        @${STEP_MSG} "Adding the change"
        ${RUN} ${ECHO} "        "${_CE_MSG:Q} >> ${_CCE_CHANGES}
        @${STEP_MSG} "Committing the change"
-       ${RUN} cd ${PKGSRCDIR}/doc && echo cvs commit -m ${_CE_MSG1:Q} ${_CCE_CHANGES:T}
+       ${RUN} cd ${PKGSRCDIR}/doc && cvs commit -m ${_CE_MSG1:Q} ${_CCE_CHANGES:T}
 
 ce-error-check:
 .if defined(_CE_ERRORS) && !empty(_CE_ERRORS:M*)



Home | Main Index | Thread Index | Old Index