lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 30 Jul 2006 21:31:13 +0200
From:	Sam Ravnborg <sam@...nborg.org>
To:	Alexey Dobriyan <adobriyan@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kbuild: hardcode value of YACC&LEX for aic7-triple-x

On Sat, Jul 29, 2006 at 01:07:25PM +0400, Alexey Dobriyan wrote:
> On Sat, Jul 29, 2006 at 09:19:33AM +0200, sam@...nborg.org wrote:
> > When we introduced -rR then aic7xxx no loger could pick up definition
> > of YACC&LEX from make - so do it explicit now.
> 
> > --- a/drivers/scsi/aic7xxx/aicasm/Makefile
> > +++ b/drivers/scsi/aic7xxx/aicasm/Makefile
> > @@ -14,6 +14,8 @@ LIBS=	-ldb
> >  clean-files:= ${GENSRCS} ${GENHDRS} $(YSRCS:.y=.output) $(PROG)
> >  # Override default kernel CFLAGS.  This is a userland app.
> >  AICASM_CFLAGS:= -I/usr/include -I.
> > +LEX= flex
> > +YACC= bison
> >  YFLAGS= -d
> >  
> >  NOMAN=	noman
> 
> SuSv3 lists "lex" and "yacc" as _the_ names. Is there any distro which
> doesn't install compat symlinks?
Other places in kernel hardcode bison/flex so to be consistent aic7xxx
does the same.

	Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ