pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/internal Added parentheses around the shell command...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/656ff9fab798
branches:  trunk
changeset: 523137:656ff9fab798
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Jan 02 17:16:34 2007 +0000

description:
Added parentheses around the shell command that installs shlock, to
allow for copy-and-paste without changing the current directory.

diffstat:

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

diffs (18 lines):

diff -r 0a0a5f96b45d -r 656ff9fab798 mk/internal/locking.mk
--- a/mk/internal/locking.mk    Tue Jan 02 17:15:24 2007 +0000
+++ b/mk/internal/locking.mk    Tue Jan 02 17:16:34 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: locking.mk,v 1.3 2006/11/09 02:11:44 rillig Exp $
+# $NetBSD: locking.mk,v 1.4 2007/01/02 17:16:34 rillig Exp $
 #
 
 # This file provides the following .USE targets:
@@ -51,7 +51,7 @@
 _CHECK_IF_SHLOCK_IS_AVAILABLE_CMD= \
        ${TEST} -x ${SHLOCK:Q}"" || {                                   \
                ${ERROR_MSG} "[locking.mk] shlock is not installed.";   \
-               ${ERROR_MSG} "[locking.mk] Please \"cd ../../pkgtools/shlock && ${MAKE} install\"."; \
+               ${ERROR_MSG} "[locking.mk] Please \"(cd ../../pkgtools/shlock && ${MAKE} install\")."; \
                exit 1;                                                 \
        }
 



Home | Main Index | Thread Index | Old Index