On Fri, Jul 07, 2006 at 03:24:42PM -0500, Bob Tracy wrote:I wrote:I have now applied a patch where YACC= bison is dined in$YACC now seems to be undefined when I do a "make bzImage" and theFound it. The main "Makefile" has "MAKEFLAGS += -rR" uncommented as
build process gets to drivers/scsi/aic7xxx/aicasm (with the aic7xxx
driver configured as a built-in). As a workaround, it's possible to
"cd" into the indicated directory and run "make" directly. Once the
default build completes, restarting "make bzImage" from the kernel
source root continues as expected.
of 2.6.18-rc1. The deleted comment about "possibly random breakage"
that used to be just above that line pretty much says it all :-).
aicasm/Makefile.
There are no other $(YACC) users in the kernel - the others specify bison
direct.