pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Remove unused variable _TOOLS_REPLACE_LIST.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e27a88a330e5
branches:  trunk
changeset: 493154:e27a88a330e5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Apr 28 16:00:58 2005 +0000

description:
Remove unused variable _TOOLS_REPLACE_LIST.

diffstat:

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

diffs (23 lines):

diff -r 38aa741693ee -r e27a88a330e5 mk/tools/replace.mk
--- a/mk/tools/replace.mk       Thu Apr 28 15:55:12 2005 +0000
+++ b/mk/tools/replace.mk       Thu Apr 28 16:00:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.50 2005/04/28 15:55:12 jlam Exp $
+# $NetBSD: replace.mk,v 1.51 2005/04/28 16:00:58 jlam Exp $
 #
 # This Makefile fragment handles "replacements" of system-supplied
 # tools with pkgsrc versions.  The replacements are placed under
@@ -48,13 +48,6 @@
 .  include "../../mk/tools/tools.${OPSYS}.mk"
 .endif
 
-# This is an exhaustive list of tools for which we have pkgsrc
-# replacements.
-#
-_TOOLS_REPLACE_LIST=   awk bison cmp egrep fgrep file find gawk gm4    \
-                       gmake grep gsed gtar gunzip gzcat gzip lex m4   \
-                       mtree patch pax sed sh shlock tbl xargs yacc
-
 # "TOOL" variable names associated with each of the tools
 _TOOLS_VARNAME.awk=            AWK
 _TOOLS_VARNAME.bison=          YACC



Home | Main Index | Thread Index | Old Index