pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Linux doesn't seem have lex as part of the ba...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/397e5c0379ed
branches:  trunk
changeset: 493120:397e5c0379ed
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Apr 27 17:46:26 2005 +0000

description:
Linux doesn't seem have lex as part of the base system, so don't bother
with the check.

diffstat:

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

diffs (19 lines):

diff -r 6a4d2336c9d5 -r 397e5c0379ed mk/tools/tools.Linux.mk
--- a/mk/tools/tools.Linux.mk   Wed Apr 27 17:29:06 2005 +0000
+++ b/mk/tools/tools.Linux.mk   Wed Apr 27 17:46:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Linux.mk,v 1.4 2005/04/27 16:52:28 jlam Exp $
+# $NetBSD: tools.Linux.mk,v 1.5 2005/04/27 17:46:26 jlam Exp $
 #
 # System-supplied tools for the Linux operating system.
 
@@ -82,9 +82,6 @@
 .elif exists(/usr/bin/id)
 TOOLS_PLATFORM.id?=            /usr/bin/id
 .endif
-.if exists(/usr/bin/lex)
-TOOLS_PLATFORM.lex?=           /usr/bin/lex
-.endif
 TOOLS_PLATFORM.ln?=            /bin/ln
 TOOLS_PLATFORM.ls?=            /bin/ls
 TOOLS_PLATFORM.m4?=            ${TOOLS_PLATFORM.gm4}



Home | Main Index | Thread Index | Old Index