1. 18 Oct, 2011 1 commit
    • Mike Frysinger's avatar
      tc: fix parallel build file with lex/yacc · aa48b593
      Mike Frysinger authored
      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: default avatarMike Frysinger <vapier@gentoo.org>
      aa48b593
  2. 13 Oct, 2011 2 commits
  3. 10 Oct, 2011 3 commits
  4. 07 Oct, 2011 13 commits
  5. 06 Oct, 2011 3 commits
  6. 31 Aug, 2011 15 commits
  7. 20 Jul, 2011 2 commits
  8. 13 Jul, 2011 1 commit