pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Make TOOLS_REAL_CMDLINE_DFLT.<tool> into a pu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd2314554a4e
branches:  trunk
changeset: 493798:bd2314554a4e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun May 15 03:09:52 2005 +0000

description:
Make TOOLS_REAL_CMDLINE_DFLT.<tool> into a publicly-readable value.

diffstat:

 mk/tools/bsd.tools.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r a0caf77f3d8c -r bd2314554a4e mk/tools/bsd.tools.mk
--- a/mk/tools/bsd.tools.mk     Sun May 15 02:59:10 2005 +0000
+++ b/mk/tools/bsd.tools.mk     Sun May 15 03:09:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.tools.mk,v 1.21 2005/05/15 01:17:05 jlam Exp $
+# $NetBSD: bsd.tools.mk,v 1.22 2005/05/15 03:09:52 jlam Exp $
 #
 # This Makefile fragment creates tools under ${TOOLS_DIR} that are
 # found before similarly-named tools in the system path.
@@ -133,7 +133,7 @@
 .for _t_ in ${TOOLS_CREATE}
 TOOLS_CMD.${_t_}?=             ${TOOLS_DIR}/bin/${_t_}
 TOOLS_REAL_CMD.${_t_}?=                ${FALSE}
-_TOOLS_REAL_CMDLINE_DFLT.${_t_}= \
+TOOLS_REAL_CMDLINE_DFLT.${_t_}= \
        ${TOOLS_REAL_CMD.${_t_}} ${TOOLS_REAL_ARGS.${_t_}} "$$@"
 
 override-tools: ${TOOLS_CMD.${_t_}}
@@ -147,12 +147,12 @@
        elif ${TEST} -n ${TOOLS_REAL_CMD.${_t_}:Q}""; then              \
                if ${TEST} -n ${TOOLS_REAL_ARGS.${_t_}:Q}""; then       \
                        create=wrapper;                                 \
-                       cmdline=${_TOOLS_REAL_CMDLINE_DFLT.${_t_}:Q};   \
+                       cmdline=${TOOLS_REAL_CMDLINE_DFLT.${_t_}:Q};    \
                else                                                    \
                        case ${TOOLS_REAL_CMD.${_t_}:Q}"" in            \
                        /*)     create=symlink ;;                       \
                        *)      create=wrapper;                         \
-                               cmdline=${_TOOLS_REAL_CMDLINE_DFLT.${_t_}:Q}; \
+                               cmdline=${TOOLS_REAL_CMDLINE_DFLT.${_t_}:Q}; \
                        esac;                                           \
                fi;                                                     \
        else                                                            \



Home | Main Index | Thread Index | Old Index