| 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
| ||
|
Message-ID: <20111018150246.739236ec@nehalam.linuxnetplumber.net> Date: Tue, 18 Oct 2011 15:02:46 -0700 From: Stephen Hemminger <shemminger@...tta.com> To: Mike Frysinger <vapier@...too.org> Cc: stephen.hemminger@...tta.com, netdev@...r.kernel.org Subject: Re: [PATCH] tc: fix parallel build file with lex/yacc On Tue, 18 Oct 2011 17:38:08 -0400 Mike Frysinger <vapier@...too.org> wrote: > Building iproute2 in parallel might hit the race failure: > emp_ematch.l:2:30: fatal error: emp_ematch.yacc.h: > No such file or directory > make[1]: *** [emp_ematch.lex.o] Error 1 > > This is because we currently allow the yacc/lex files to generate and > compile in parallel. So add a simple dependency to make sure yacc has > finished before we attempt to compile the lex output. > > Signed-off-by: Mike Frysinger <vapier@...too.org> applied -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists