In general, I don't use those systems, but I ran something similar to
for f in $(seq -w 01 33); do patch -p0 < /path/to/patches/bash32-0$f; done
on RHE3 without errors, compiled that version, ran
for f in $(seq -w 34 39); do patch -p0 < /path/to/patches/bash32-0$f; done
and ran `make' again. The first thing it did was rebuild y.tab.c and went
on from there.
Chet
Thanks, guys. I knew what I did originally was far too complicated.
I've followed Stephane's instructions and it worked with no problems.
What's the significance of compiling after patch 33? I had a quick
glance at patches 33 and 34 and nothing really suggested that step. Is
there something obvious in the patch files that makes it clear that you
need to rebuild the intermediate patch level?
What about the latest patches 40 - 48?