pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Remove redundant variable definitions that si...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df4b6b168564
branches:  trunk
changeset: 493535:df4b6b168564
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 09 02:43:06 2005 +0000

description:
Remove redundant variable definitions that simply match their defaults.

diffstat:

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

diffs (24 lines):

diff -r 4e504495ed41 -r df4b6b168564 mk/tools/bsd.tools.mk
--- a/mk/tools/bsd.tools.mk     Mon May 09 01:11:58 2005 +0000
+++ b/mk/tools/bsd.tools.mk     Mon May 09 02:43:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.tools.mk,v 1.15 2005/05/09 01:11:58 jlam Exp $
+# $NetBSD: bsd.tools.mk,v 1.16 2005/05/09 02:43:06 jlam Exp $
 #
 # This Makefile fragment creates tools under ${TOOLS_DIR} that are
 # found before similarly-named tools in the system path.
@@ -82,14 +82,12 @@
 
 .for _t_ in ${TOOLS_NOOP}
 TOOLS_CREATE+=                 ${_t_}
-TOOLS_CMD.${_t_}?=             ${TOOLS_DIR}/bin/${_t_}
 TOOLS_REAL_CMDLINE.${_t_}?=    exit 0
 .endfor
 .undef _t_
 
 .for _t_ in ${TOOLS_BROKEN}
 TOOLS_CREATE+=                 ${_t_}
-TOOLS_CMD.${_t_}?=             ${TOOLS_DIR}/bin/${_t_}
 TOOLS_REAL_CMDLINE.${_t_}?=    exit 1
 .endfor
 .undef _t_



Home | Main Index | Thread Index | Old Index