Source-Changes-HG archive

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

[src/trunk]: src/tools Add FLEX to the configure env, from Lloyd Parkes on te...



details:   https://anonhg.NetBSD.org/src/rev/eb466afe48f8
branches:  trunk
changeset: 993988:eb466afe48f8
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Oct 14 10:23:32 2018 +0000

description:
Add FLEX to the configure env, from Lloyd Parkes on tech-toolchain.
Some configure scripts seem to need both LEX and FLEX.

diffstat:

 tools/Makefile.gnuhost |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 41df2a484679 -r eb466afe48f8 tools/Makefile.gnuhost
--- a/tools/Makefile.gnuhost    Sun Oct 14 08:36:09 2018 +0000
+++ b/tools/Makefile.gnuhost    Sun Oct 14 10:23:32 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.gnuhost,v 1.48 2018/04/17 10:08:54 maya Exp $
+#      $NetBSD: Makefile.gnuhost,v 1.49 2018/10/14 10:23:32 martin Exp $
 #
 # Rules used when building a GNU host package.  Expects MODULE to be set.
 #
@@ -62,6 +62,7 @@
                INSTALL=${HOST_INSTALL_FILE:Q} \
                LDFLAGS=${HOST_LDFLAGS:Q} \
                LEX=${LEX:Q} \
+               FLEX=${LEX:Q} \
                M4=${TOOL_M4:Q} \
                MAKE=${MAKE_PROGRAM:Q} \
                PATH="${TOOLDIR}/bin:$$PATH" \



Home | Main Index | Thread Index | Old Index