Document LPREFIX variable, as adding -P${DESIRED_PREFIX} to LFLAGS does not
do the expected.
This commit is contained in:
parent
e7827bbe92
commit
e0a5c89252
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.README,v 1.144 2004/01/07 12:06:34 lukem Exp $
|
||||
# $NetBSD: bsd.README,v 1.145 2004/02/06 22:13:58 jwise Exp $
|
||||
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
|
||||
|
||||
This is the README file for the new make "include" files for the BSD
|
||||
|
@ -1117,6 +1117,8 @@ LEX Lexical analyzer. [lex]
|
|||
|
||||
LFLAGS Options to ${LEX}. []
|
||||
|
||||
LPREFIX Symbol prefix for ${LEX} (see -P option in lex(1)) [yy]
|
||||
|
||||
LD Linker. [ld]
|
||||
|
||||
LDFLAGS Options to ${LD}. []
|
||||
|
|
Loading…
Reference in New Issue