tconfig.mk: Use flex as default lexer - mkports - recipes for building multiple softwares with mk(1)
(HTM) git clone git://z3bra.org/mkports
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit c1abd820c88536fd864d994c66418acdf4504787
(DIR) parent 870fd1715613975dc97177c01f5f9faa9b051284
(HTM) Author: root <root@doom.z3bra.org>
Date: Wed, 31 May 2017 06:14:40 +0000
config.mk: Use flex as default lexer
Diffstat:
M config.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/config.mk b/config.mk
t@@ -16,7 +16,7 @@ RANLIB = ${TOOLCHAIN}ranlib
STRIP = ${TOOLCHAIN}strip
GREP = /bin/grep
SED = /bin/sed
-LEX = /bin/lex -Fo lex.yy.c
+LEX = /bin/flex
YACC = /bin/yacc
TAR = /bin/tar
t@@ -27,7 +27,7 @@ CTARGET = $TRIPLET
CPPFLAGS = -I${ROOT}/include
CFLAGS = ${CPPFLAGS}
LDFLAGS = -L${ROOT}/lib -static
-MAKEFLAGS = -j${NPROC} PREFIX= prefix= MANDIR=/man mandir=/man MANPREFIX=/man
+MAKEFLAGS = PREFIX= prefix= MANDIR=/man mandir=/man MANPREFIX=/man
CONFIGURE = --prefix= \
--host=$CHOST \
--build=$CBUILD \