pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Make it a little easier to read the lock/unlock out...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40cf43347430
branches:  trunk
changeset: 515705:40cf43347430
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jul 06 21:59:38 2006 +0000

description:
Make it a little easier to read the lock/unlock output by inserting some
quotes.

diffstat:

 mk/bsd.pkg.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 77859e1cc98b -r 40cf43347430 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Thu Jul 06 21:27:31 2006 +0000
+++ b/mk/bsd.pkg.mk     Thu Jul 06 21:59:38 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1863 2006/07/06 21:07:33 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1864 2006/07/06 21:59:38 jlam Exp $
 #
 # This file is in the public domain.
 #
@@ -718,7 +718,7 @@
                esac;                                                   \
        done
 .  if defined(PKG_VERBOSE)
-       @${STEP_MSG} "Lock acquired for ${.TARGET:S/^acquire-//:S/-lock$//} on behalf of process `${CAT} ${_LOCKFILE}`"
+       @${STEP_MSG} "Lock acquired for \`\`${.TARGET:S/^acquire-//:S/-lock$//}'' on behalf of process `${CAT} ${_LOCKFILE}`"
 .  endif
 .endif
 
@@ -727,7 +727,7 @@
        @${DO_NADA}
 .else
 .  if defined(PKG_VERBOSE)
-       @${STEP_MSG} "Lock released for ${.TARGET:S/^release-//:S/-lock$//} on behalf of process `${CAT} ${_LOCKFILE}`"
+       @${STEP_MSG} "Lock released for \`\`${.TARGET:S/^release-//:S/-lock$//}'' on behalf of process `${CAT} ${_LOCKFILE}`"
 .  endif
        ${_PKG_SILENT}${_PKG_DEBUG}${RM} -f ${_LOCKFILE}
 .endif



Home | Main Index | Thread Index | Old Index